<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #333;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important;
  height: auto;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;

}

div,
p,
li {
  word-break: break-all;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th {
  padding: 0;
  margin: 0;
}

html {
  min-width: 1280px;
}

fieldset {
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
}

a,
img,
iframe {
  border: 0;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

address,
caption,
cite,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ul,
ol,
li {
  list-style: none;
}

caption {
  text-align: left;
}

th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: 100%;
}

q:unknown {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: 100%;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #b60005;
  text-decoration: none;
}

.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 18px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
  font-size: 18px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 18px;
}

.fl,
.left {
  float: left;
}

.fr,
.right {
  float: right;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.clear {
  clear: both;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  _height: 0;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

.hidden {
  display: none;
}

.icon {
  background-image: url("../images/icon.png");
  display: inline-block;
  vertical-align: middle;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

/**public  end****/
/*rightFix*/
.rightFix {
  width: 65px;
  position: fixed;
  right: 2px;
  bottom: 10px;
  z-index: 999;
  display: none;
}

.rightFix a {
  width: 65px;
  height: auto;
  background: #b60005;
  text-align: center;
  display: block;
  margin-bottom: 1px;
  position: relative;
  padding-top: 8px;
  border-radius: 5px;
  padding-bottom: 5px;
}

.rightFix a h3 {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

.rightFix .ico {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
  margin: 0 auto 1px;
  padding: 0;
  background: url("../images/fix-ico.png") no-repeat 0 0;
}

.rightFix .img {
  width: 110px;
  height: auto;
  position: absolute;
  left: -10px;
  top: 0;
  padding: 6px;
  background: #b60005;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
  color: #333;
  padding-bottom: 10px;
}

.rightFix .img p {
  padding-top: 5px;
}

.rightFix a:hover .img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
  display: block;
}

.rightFix a:hover .img p {
  color: #fff;
}

.rightFix .img img {
  width: 110px;
  height: 110px;
}

.rightFix a span {
  width: 210px;
  text-align: center;
  height: 62px;
  line-height: 62px;
  position: absolute;
  left: 0;
  top: 0;
  background: #b60005;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 7px 0 0 7px;
}

.rightFix a:hover {
  background-color: #b60005;
  overflow: visible;
}

.rightFix a:hover h3 {
  color: #fff;
}

.rightFix a.fix-ewm:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -120px;
}

.rightFix a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -220px;
}

.rightFix .fix-tel:hover .ico {
  background-position: -32px 0;
}

.rightFix .fix-xcx .ico {
  background-position: 0 -32px;
}

.rightFix .fix-xcx:hover .ico {
  background-position: -32px -32px;
}

.rightFix .fix-email .ico {
  background-position: 0 -195px;
}

.rightFix .fix-email:hover .ico {
  background-position: -32px -195px;
}

.rightFix .fix-bj {
  cursor: pointer;
}

.rightFix .fix-bj .ico {
  background-position: 0 -160px;
}

.rightFix .fix-bj:hover .ico {
  background-position: -32px -160px;
}

.rightFix .fix-ewm .ico {
  background-position: 0 -64px;
}

.rightFix .fix-ewm:hover .ico {
  background-position: -32px -64px;
}

.rightFix .mess .ico {
  background-position: 0 -96px;
}

.rightFix .mess:hover .ico {
  background-position: -32px -96px;
}

.rightFix .fix_top .ico {
  background-position: 0 -128px;
}

.rightFix .fix_top:hover .ico,
.rightFix .fix_top.hover .ico {
  background-position: -32px -128px;
}

.rightFix .fix-form {
  background-position: 10px -234px;
}

.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}

.rightFix .fix-form:hover {
  background-position: -37px -234px;
}

.dialog-layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #000;
  opacity: 0.5;
}

/* 鍥剧墖 */
@-webkit-keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0;
  }
}

/* Underline From Center1 */
.hvr-underline-from-center1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-underline-from-center1:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 2px;
  background: #b60005;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center1:hover:before,
.hvr-underline-from-center1.hover:before,
.hvr-underline-from-center1:focus:before,
.hvr-underline-from-center1:active:before {
  left: 0;
  right: 0;
}

.hvr-underline-from-center1:hover,
.hvr-underline-from-center1.hover {
  *height: 43px;
  *border-bottom: 3px solid #d74f31;
  *line-height: 43px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes animatemap {
  0% {
    transform: translateY(-10px);
  }

  20% {
    border-radius: 2px;
  }

  50% {
    transform: translateY(-5px);
    border-bottom-right-radius: 25px;
  }

  80% {
    border-radius: 2px;
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}


.ny_main {
  background: #f8f8f8;
  padding-top: 100px;
}

/****job*****/
.job_list li {
  width: 48%;
  border: 1px solid #f1f1f1;
  height: 264px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 38px;
  float: left;
  margin-bottom: 30px;
}

.job_list li .box1 {
  position: absolute;
}

.job_list li .box1 h3 {
  font-size: 24px;
  position: relative;
}

.job_list li .box1 h3 b {
  border: 1px solid #b60005;
  width: 21px;
  height: 21px;
  position: absolute;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  line-height: 21px;
  color: #b60005;
  margin-top: 6px;
}

.job_list li .box1 h3 span {
  padding-left: 32px;
  font-weight: bold;
}

.job_list li .box1 p {
  font-size: 16px;
  color: #999;
  border-bottom: 1px solid #ddd;
  width: 359px;
  padding-bottom: 22px;
  padding-top: 4px;
  margin-bottom: 24px;
}

.job_list li .box1 h4 {
  color: #2f323a;
  font-size: 14px;
}

.job_list li .box1 h4 span {
  padding-left: 50px;
}

.job_list li .box1 a {
  color: #b60005;
  margin-top: 25px;
  display: block;
}

.job_list li .box1 h4:nth-child(3) {
  margin-bottom: 12px;
}

.job_list li .box1 a i {
  width: 11px;
  height: 6px;
  background-position: -265px 0;
  margin-left: 5px;
}

.job_list li .img {
  position: absolute;
  right: 10px;
  top: 42px;
  z-index: 5;
}

.job_list li .img img {
  width: 90%;
  float: right;
}

.job_list li .txt_con {
  background: #fff;
  padding: 38px;
  margin-top: 220px;
}

.job_list li .txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  width: 100%;
  box-sizing: border-box;
  display: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.job_list li .txt h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.job_list li .txt .des {
  color: #666;
  line-height: 28px;
  font-size: 14px;
  transition: ease-in-out 0.2s;
}

.job_list li .txt .des img {
  max-width: 100%;
}

.job_list li .txt .bott {
  margin-top: 50px;
}

.job_list li .txt .bott .left {
  margin-top: 20px;
}

.job_list li .txt .bott .left a {
  color: #b60005;
}

.job_list li .txt .bott .left a i {
  width: 11px;
  height: 6px;
  background-position: -286px 0;
  margin-left: 5px;
}

.job_list li .txt .bott .right {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #b60005;
  color: #fff;
}

.job_list li .txt .bott .right a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}

.job_list li .txt .bott .right i {
  width: 20px;
  height: 7px;
  background-position: -123px 0;
  margin-left: 7px;
  margin-bottom: 2px;
}

.job_list li .txt .bott .right:hover a {
  background: #488ffb;
}

.job_list li .txt .des:nth-child(2) {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.job_list li:nth-child(2n) {
  float: right;
}

.job_list li.on {
  z-index: 10;
}

.job_list li:hover .box1 h3 {
  color: #b60005;
}

.job_list li:hover {
  transform: translateY(-5px);
  transition: ease-in-out 0.2s;
}

/*****download*****/
.download_list {
  padding-bottom: 100px;
}

.download_list .pager {
  margin-top: 20px;
}

.download_list .tit {
  line-height: 64px;
  background: #b60005;
  color: #fff;
  height: 64px;
  position: relative;
  font-size: 20px;
}

.download_list .share-sub {
  position: absolute;
  left: 250px;
  top: 14px;
  width: 250px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  border: none;
  z-index: 10;
}

.download_list .share-sub .sub-btn {
  border: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-top: 7px;
  background-position: -85px 0;
  transition: ease-in-out 0.2s;
  outline: none;
}

.download_list .share-sub .tex {
  width: 175px;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  padding: 11px 14px;
  color: #333;
  border: none;
  background: #fff;
  outline: none;
}

.download_list .tit .left i {
  width: 14px;
  height: 18px;
  background-position: -202px -22px;
  margin-left: 41px;
  margin-right: 10px;
  margin-bottom: 3px;
}

.download_list .tit .right {
  width: 445px;
  background: #0f60d8;
}

.download_list .tit .right li {
  float: left;
}

.download_list .tit .right li i {
  width: 17px;
  height: 17px;
  background-position: -257px -22px;
  margin-right: 10px;
}

.download_list .tit .right li:first-child {
  margin-left: 83px;
  margin-right: 134px;
}

.download_list .tit .right li:first-child i {
  width: 19px;
  height: 19px;
  background-position: -226px -21px;
}

.download_list .body {
  background: #fff;
}

.download_list .body .down_con li {
  border-bottom: 1px solid #d9d9d9;
  line-height: 58px;
  padding: 0 39px;
}

.download_list .body .down_con li .left {
  font-size: 18px;
}

.download_list .body .down_con li .right {
  font-size: 16px;
}

.download_list .body .down_con li .right a {
  color: #666;
}

.download_list .body .down_con li .right a:first-child {
  margin-right: 117px;
}

.download_list .body .down_con li .right a:hover {
  color: #b60005;
}

.download_list .body .down_con li:hover {
  border-bottom: 1px solid #b60005;
}

.zhao_list li {
  width: 49%;
  border: 1px solid #f1f1f1;
  height: 216px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 39px 40px;
  float: left;
  margin-bottom: 20px;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.05);
}

.zhao_list li h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.zhao_list li h3 span {
  display: block;
  float: right;
  width: 75px;
  height: 23px;
  background: #91a4c0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 23px;
  border-radius: 3px;
}

.zhao_list li h3 .span1 {
  background: #b60005;
}

.zhao_list li p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  height: 48px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.zhao_list li h4 {
  color: #999;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  position: relative;
  margin-top: 20px;
}

.zhao_list li h4 span {
  float: right;
}

.zhao_list li h4 i {
  width: 0;
  height: 1px;
  background: #b60005;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: ease-in-out 0.3s;
}

.zhao_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.zhao_list li:nth-child(2n) {
  float: right;
}

.zhao_list li:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  transition: ease-in-out 0.2s;
}

.zhao_list li:hover h3 {
  font-weight: bold;
  color: #b60005;
}

.zhao_list li:hover h3 span {
  font-weight: 400;
}

.zhao_list li:hover h4 i {
  width: 100%;
}

.service_list {
  padding-top: 50px;
  padding-bottom: 20px;
}

.service_list li {
  width: 32%;
  margin-right: 2%;
  float: left;
  height: 204px;
  background: #fff url("../images/server.jpg") top right no-repeat;
  margin-bottom: 23px;
  padding: 35px 40px;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.service_list li p {
  font-size: 16px;
  color: #666;
  padding-bottom: 11px;
}

.service_list li h3 {
  border-bottom: 1px solid #ddd;
  font-size: 26px;
  padding-bottom: 23px;
  margin-bottom: 20px;
  color: #b60005;
}

.service_list li span {
  font-size: 16px;
}

.service_list li:nth-child(3n) {
  margin-right: 0;
}

.service_list li:hover {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.page_product .box1 {
  padding: 40px;
  margin-bottom: 100px;
  background: #fff;
}

.page_product .showimg {
  width: 752px;
  position: relative;
  float: left;
}

.page_product .showimg .bigimg {
  width: 750px;
  height: 422px;
  display: block;
  position: relative;
  border: 1px solid #dddddd;
  overflow: hidden;
}

.page_product .showimg .bigimg .list {
  width: 5000%;
}

.page_product .showimg .bigimg .list li {
  width: 750px;
  height: 422px;
  float: left;
}

.page_product .showimg .bigimg .list img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 300ms;
  background: #f5f5f5;
}

.page_product .showimg .smallimg {
  width: 320px;
  height: 59px;
  position: absolute;
  left: 800px;
  bottom: 75px;
  z-index: 10;
  overflow: hidden;
}

.page_product .showimg .list {
  width: 220px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.page_product .showimg .listcon {
  width: 200%;
  position: relative;
}

.page_product .showimg .prev,
.page_product .showimg .next {
  width: 37px;
  height: 57px;
  z-index: 10;
  position: absolute;
  bottom: 0px;
  cursor: pointer;
  background: #ddd url("../images/show-btn-ico.png") no-repeat 0 center;
  border-radius: 5px;
}

.page_product .showimg .prev:hover,
.page_product .showimg .next:hover {
  background-color: #b9b8b8;
}

.page_product .showimg .prev {
  left: 0;
  background-position: 11px center;
}

.page_product .showimg .next {
  right: 0px;
  background-position: -74px center;
}

.page_product .showimg .smallimg li {
  width: 101px;
  height: 57px;
  margin-right: 10px;
  float: left;
  cursor: pointer;
  position: relative;
  border: 1px solid #dddddd;
  background: #bdbdbd;
}

.page_product .showimg .smallimg li img {
  width: 100%;
  height: 100%;
  display: block;
}

.page_product .showimg .smallimg li.on {
  border: 1px solid #ed6d00;
}

/*rightFix*/
.rightFix {
  width: 65px;
  position: fixed;
  right: 2px;
  top: 50%;
  margin-top: -120px;
  z-index: 999;
  display: block;
}

.rightFix a {
  width: 65px;
  height: auto;
  background: #b60005;
  text-align: center;
  display: block;
  margin-bottom: 1px;
  position: relative;
  padding-top: 8px;
  border-radius: 5px;
  padding-bottom: 5px;
}

.rightFix a h3 {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

.rightFix .ico {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
  margin: 0 auto 1px;
  padding: 0;
  background: url("../images/fix-ico.png") no-repeat 0 0;
}

.rightFix .img {
  width: 110px;
  height: auto;
  position: absolute;
  left: -10px;
  top: 0;
  padding: 6px;
  background: #b60005;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
  color: #333;
  padding-bottom: 10px;
}

.rightFix .img p {
  padding-top: 5px;
}

.rightFix a:hover .img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
  display: block;
}

.rightFix a:hover .img p {
  color: #fff;
}

.rightFix .img img {
  width: 110px;
  height: 110px;
}

.rightFix a span {
  width: 210px;
  text-align: center;
  height: 62px;
  line-height: 62px;
  position: absolute;
  left: 0;
  top: 0;
  background: #b60005;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 7px 0 0 7px;
}

.rightFix a:hover {
  background-color: #b60005;
  overflow: visible;
}

.rightFix a:hover h3 {
  color: #fff;
}

.rightFix a.fix-ewm:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -120px;
}

.rightFix a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -220px;
}

.rightFix .fix-tel:hover .ico {
  background-position: -32px 0;
}

.rightFix .fix-xcx .ico {
  background-position: 0 -32px;
}

.rightFix .fix-xcx:hover .ico {
  background-position: -32px -32px;
}

.rightFix .fix-bj {
  cursor: pointer;
}

.rightFix .fix-bj .ico {
  background-position: 0 -160px;
}

.rightFix .fix-bj:hover .ico {
  background-position: -32px -160px;
}

.rightFix .fix-ewm .ico {
  background-position: 0 -64px;
}

.rightFix .fix-ewm:hover .ico {
  background-position: -32px -64px;
}

.rightFix .mess .ico {
  background-position: 0 -96px;
}

.rightFix .mess:hover .ico {
  background-position: -32px -96px;
}

.rightFix .fix_top .ico {
  background-position: 0 -128px;
}

.rightFix .fix_top:hover .ico,
.rightFix .fix_top.hover .ico {
  background-position: -32px -128px;
}

.rightFix .fix-form {
  background-position: 10px -234px;
}

.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}

.rightFix .fix-form:hover {
  background-position: -37px -234px;
}

.dialog-layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #000;
  opacity: 0.5;
}

/* 鍥剧墖 */
@-webkit-keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0;
  }
}

/* Underline From Center1 */
.hvr-underline-from-center1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-underline-from-center1:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 2px;
  background: #b60005;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center1:hover:before,
.hvr-underline-from-center1.hover:before,
.hvr-underline-from-center1:focus:before,
.hvr-underline-from-center1:active:before {
  left: 0;
  right: 0;
}

.hvr-underline-from-center1:hover,
.hvr-underline-from-center1.hover {
  *height: 43px;
  *border-bottom: 3px solid #d74f31;
  *line-height: 43px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes animatemap {
  0% {
    transform: translateY(-10px);
  }

  20% {
    border-radius: 2px;
  }

  50% {
    transform: translateY(-5px);
    border-bottom-right-radius: 25px;
  }

  80% {
    border-radius: 2px;
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.sub_banner {
  height: 64px;
  position: relative;
  padding-top: 0;
}

.sub_banner img {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9;
  top: 0;
  display: block;
}

.sub_banner .tit {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  top: 157px;
  z-index: 10;
  color: #fff;
  width: 100%;
}

.sub_banner .tit p {
  font-size: 16px;
  font-weight: lighter;
  width: 582px;
  line-height: 26px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.sub_banner .tit p a {
  color: #fff;
}

.sub_banner .tit p a:hover {
  text-decoration: underline;
}

.sub_banner .tit h3 {
  font-size: 50px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-weight: 400;
  margin-bottom: 15px;
}

.sub_banner .tit span {
  display: block;
  background: #fff;
  width: 120px;
  height: 3px;
  z-index: 20;
  position: absolute;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  top: 42px;
  left: 0;
}

.sub_banner .menu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
  line-height: 64px;
  background: #fff;
  z-index: 10;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #ddd;
}

.sub_banner .menu li {
  float: left;
  margin-right: 2px;
  text-align: center;
  padding: 0 35px;
  transition: ease-in-out 0.2s;
}

.sub_banner .menu li:first-child {
  padding-left: 0;
}

.sub_banner .menu li dl {
  position: absolute;
  left: 0;
  top: 65px;
  display: none;
  background: #fff;
  width: 100%;
  height: 52px;
  overflow: hidden;
}

.sub_banner .menu li dl dd {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  top: 0;
}

.sub_banner .menu li dl dd a {
  float: left;
  width: 180px;
  text-align: center;
  line-height: 52px;
  height: 52px;
  position: relative;
  display: block;
}

.sub_banner .menu li dl dd a:before {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background: #c9c9c9;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.sub_banner .menu li dl dd a:first-child:before {
  width: 0;
}

.sub_banner .menu li dl dd a:hover,
.sub_banner .menu li dl dd a.on {
  color: #b60005;
}

.sub_banner .menu li.hover dl {
  display: block;
}

.sub_banner .menu li .a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}

.sub_banner .menu li:hover,
.sub_banner .menu li.hover {}

.sub_banner .menu li:hover .a,
.sub_banner .menu li.hover .a {
  font-weight: bold;
  border-bottom: 2px solid #f64f04;
  color: #f64f04;
}

.ny_main {
  background: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 80px;
}

.job_list li {
  width: 48%;
  border: 1px solid #f1f1f1;
  height: 264px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 38px;
  float: left;
  margin-bottom: 30px;
}

.job_list li .box1 {
  position: absolute;
}

.job_list li .box1 h3 {
  font-size: 24px;
  position: relative;
}

.job_list li .box1 h3 b {
  border: 1px solid #b60005;
  width: 21px;
  height: 21px;
  position: absolute;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  line-height: 21px;
  color: #b60005;
  margin-top: 6px;
}

.job_list li .box1 h3 span {
  padding-left: 32px;
  font-weight: bold;
}

.job_list li .box1 p {
  font-size: 16px;
  color: #999;
  border-bottom: 1px solid #ddd;
  width: 359px;
  padding-bottom: 22px;
  padding-top: 4px;
  margin-bottom: 24px;
}

.job_list li .box1 h4 {
  color: #2f323a;
  font-size: 14px;
}

.job_list li .box1 h4 span {
  padding-left: 50px;
}

.job_list li .box1 a {
  color: #b60005;
  margin-top: 25px;
  display: block;
}

.job_list li .box1 h4:nth-child(3) {
  margin-bottom: 12px;
}

.job_list li .box1 a i {
  width: 11px;
  height: 6px;
  background-position: -265px 0;
  margin-left: 5px;
}

.job_list li .img {
  position: absolute;
  right: 10px;
  top: 42px;
  z-index: 5;
}

.job_list li .img img {
  width: 90%;
  float: right;
}

.job_list li .txt_con {
  background: #fff;
  padding: 38px;
  margin-top: 220px;
}

.job_list li .txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  width: 100%;
  box-sizing: border-box;
  display: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.job_list li .txt h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.job_list li .txt .des {
  color: #666;
  line-height: 28px;
  font-size: 14px;
  transition: ease-in-out 0.2s;
}

.job_list li .txt .des img {
  max-width: 100%;
}

.job_list li .txt .bott {
  margin-top: 50px;
}

.job_list li .txt .bott .left {
  margin-top: 20px;
}

.job_list li .txt .bott .left a {
  color: #b60005;
}

.job_list li .txt .bott .left a i {
  width: 11px;
  height: 6px;
  background-position: -286px 0;
  margin-left: 5px;
}

.job_list li .txt .bott .right {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #b60005;
  color: #fff;
}

.job_list li .txt .bott .right a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}

.job_list li .txt .bott .right i {
  width: 20px;
  height: 7px;
  background-position: -123px 0;
  margin-left: 7px;
  margin-bottom: 2px;
}

.job_list li .txt .bott .right:hover a {
  background: #488ffb;
}

.job_list li .txt .des:nth-child(2) {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.job_list li:nth-child(2n) {
  float: right;
}

.job_list li.on {
  z-index: 10;
}

.job_list li:hover .box1 h3 {
  color: #b60005;
}

.job_list li:hover {
  transform: translateY(-5px);
  transition: ease-in-out 0.2s;
}

/* pager */
.pager {
  padding: 30px 0 100px;
  text-align: center;
  *zoom: 1;
  *padding: 40px 0 30px;
}

.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pager p {
  height: 26px;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  display: none;
}

.pager ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.pager ul li {
  padding: 0 !important;
  height: 40px;
  border: none !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.pager ul a {
  padding: 0;
  height: 38px;
  line-height: 38px;
  text-decoration: none;
  float: left;
  color: #666;
}

.pager ul li {
  margin-left: 8px;
  width: 39px;
  height: 39px;
}

.pager ul li a {
  display: block;
  width: 38px;
  height: 38px;
  font-family: Arial;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  border: #666 solid 1px;
  color: #666;
}

.pager ul li a.current {
  color: #fe4246;
  border: #b60005 solid 1px;
  background-color: #b60005;
  color: #fff;
}

.pager ul li:hover a {
  border: #b60005 solid 1px;
  background-color: #b60005;
  color: #fff;
  line-height: 38px;
  display: block;
  width: 38px;
  height: 38px;
}

.pager ul li:nth-child(2) {
  margin-right: 8px;
  font-size: 0;
  width: 39px;
  height: 39px;
  background: url("../images/t57_03.png") no-repeat center center;
}

.pager ul li:nth-child(2) a {
  background: none;
  width: 100%;
}

.pager ul li:nth-last-child(2) {
  margin-left: 16px;
  width: 39px;
  height: 39px;
  font-size: 0;
  background: url("../images/t57_05.png") no-repeat center center;
  cursor: pointer;
}

.pager ul li:nth-last-child(2) a {
  background: none;
}

.pager ul li:nth-child(2):hover {
  background: url("../images/t57_04.png") no-repeat center center;
}

.pager ul li:nth-last-child(2):hover {
  background: url("../images/t57_06.png") no-repeat center center;
}

.pager ul li:first-child {
  font-size: 0;
  display: none;
}

.pager ul li:last-child {
  font-size: 0;
  display: none;
  border: none;
}

.pager ul li:nth-child(2) a {
  font-size: 0;
  border: none;
}

.pager ul li:nth-last-child(2) a {
  font-size: 0;
  border: none;
}

.download_list {
  padding-bottom: 100px;
}

.download_list .pager {
  margin-top: 20px;
}

.download_list .tit {
  line-height: 64px;
  background: #b60005;
  color: #fff;
  height: 64px;
  position: relative;
  font-size: 20px;
}

.download_list .share-sub {
  position: absolute;
  left: 250px;
  top: 14px;
  width: 250px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  border: none;
  z-index: 10;
}

.download_list .share-sub .sub-btn {
  border: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-top: 7px;
  background-position: -85px 0;
  transition: ease-in-out 0.2s;
  outline: none;
}

.download_list .share-sub .tex {
  width: 175px;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  padding: 11px 14px;
  color: #333;
  border: none;
  background: #fff;
  outline: none;
}

.download_list .tit .left i {
  width: 14px;
  height: 18px;
  background-position: -202px -22px;
  margin-left: 41px;
  margin-right: 10px;
  margin-bottom: 3px;
}

.download_list .tit .right {
  width: 445px;
  background: #0f60d8;
}

.download_list .tit .right li {
  float: left;
}

.download_list .tit .right li i {
  width: 17px;
  height: 17px;
  background-position: -257px -22px;
  margin-right: 10px;
}

.download_list .tit .right li:first-child {
  margin-left: 83px;
  margin-right: 134px;
}

.download_list .tit .right li:first-child i {
  width: 19px;
  height: 19px;
  background-position: -226px -21px;
}

.download_list .body {
  background: #fff;
}

.download_list .body .down_con li {
  border-bottom: 1px solid #d9d9d9;
  line-height: 58px;
  padding: 0 39px;
}

.download_list .body .down_con li .left {
  font-size: 18px;
}

.download_list .body .down_con li .right {
  font-size: 16px;
}

.download_list .body .down_con li .right a {
  color: #666;
}

.download_list .body .down_con li .right a:first-child {
  margin-right: 117px;
}

.download_list .body .down_con li .right a:hover {
  color: #b60005;
}

.download_list .body .down_con li:hover {
  border-bottom: 1px solid #b60005;
}

.zhao_list li {
  width: 49%;
  border: 1px solid #f1f1f1;
  height: 216px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 39px 40px;
  float: left;
  margin-bottom: 20px;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.05);
}

.zhao_list li h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.zhao_list li h3 span {
  display: block;
  float: right;
  width: 75px;
  height: 23px;
  background: #91a4c0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 23px;
  border-radius: 3px;
}

.zhao_list li h3 .span1 {
  background: #b60005;
}

.zhao_list li p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  height: 48px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.zhao_list li h4 {
  color: #999;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  position: relative;
  margin-top: 20px;
}

.zhao_list li h4 span {
  float: right;
}

.zhao_list li h4 i {
  width: 0;
  height: 1px;
  background: #b60005;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: ease-in-out 0.3s;
}

.zhao_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.zhao_list li:nth-child(2n) {
  float: right;
}

.zhao_list li:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  transition: ease-in-out 0.2s;
}

.zhao_list li:hover h3 {
  font-weight: bold;
  color: #b60005;
}

.zhao_list li:hover h3 span {
  font-weight: 400;
}

.zhao_list li:hover h4 i {
  width: 100%;
}

.service_list {
  padding-top: 50px;
  padding-bottom: 20px;
}

.service_list li {
  width: 32%;
  margin-right: 2%;
  float: left;
  height: 204px;
  background: #fff url("../images/server.jpg") top right no-repeat;
  margin-bottom: 23px;
  padding: 35px 40px;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.service_list li p {
  font-size: 16px;
  color: #666;
  padding-bottom: 11px;
}

.service_list li h3 {
  border-bottom: 1px solid #ddd;
  font-size: 26px;
  padding-bottom: 23px;
  margin-bottom: 20px;
  color: #b60005;
}

.service_list li span {
  font-size: 16px;
}

.service_list li:nth-child(3n) {
  margin-right: 0;
}

.service_list li:hover {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.ewmbox {
  width: 300px;
  height: 320px;
  padding-top: 20px;
  background: #fff;
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -170px 0 0 -150px;
  text-align: center;
  font-size: 16px;
  display: none;
}

.ewmbox .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -25px;
  right: -40px;
  cursor: pointer;
  border-radius: 100%;
  background: url("../images/close.png") no-repeat center center;
  transition: all ease 300ms;
}

.ewmbox .close:hover {
  transform: rotate(180deg);
}

.ewmbox img {
  width: 260px;
  height: 260px;
  display: block;
  margin: 0 auto 10px;
}

.box1_right {
  width: calc(100% - 800px);

  position: relative;
  height: 424px;
}

.box1_right h1 {
  font-size: 30px;
  padding-bottom: 20px;
  padding-top: 40px;
}

.box1_right .p {
  line-height: 30px;
}

.box1_right h3 {
  font-size: 34px;
  color: red;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 23px;
}

.box1_right p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  height: 144px;
  overflow: hidden
}

.box1_right .t h2 {
  border-bottom: 1px solid #dcdcdc;
  font-size: 20px;
}

.box1_right .t b {
  border-bottom: 2px solid #fdc824;
  display: inline-block;
  padding-bottom: 12px;
}

.box1_right .t p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  margin-bottom: 35px;
  padding-top: 5px;
}

.box1_right .a {
  width: 435px;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.box1_right .a a {
  display: block;
  width: 200px;
  height: 45px;
  text-align: center;
  color: #fff;
  background: #b60005;
  font-size: 18px;
  cursor: pointer;
  line-height: 45px;
}

.box1_right .a a i {
  width: 20px;
  height: 7px;
  background-position: -123px 0;
  margin-left: 10px;
  margin-bottom: 2px;
}

.box1_right .a a:hover {
  opacity: .9;
}

.page_product .box2 {
  background: #fff;
  padding: 50px 100px;
}

.page_product .box2 .tit {
  font-size: 36px;
  padding-bottom: 45px;
}

.page_product .box2 .hd {
  margin-bottom: 33px;
}

.page_product .box2 .hd li {
  float: left;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 22px;
  cursor: pointer;
}

.page_product .box2 .hd li:first-child {
  border-left: 1px solid #ddd;
}

.page_product .box2 .hd li.on {
  background: #b60005;
  color: #fff;
}

.page_product .box2 .bd li {
  line-height: 30px;
  font-size: 16px;
  color: #666;
}

.page_product .box2 .bd li img {
  max-width: 100%;
}

.page_product .box2 .bd li table {
  width: 100% !important;
}

.page_product .box2 .bd li table td {
  padding: 8px 10px;
}

.page_product .box2 .xia {
  background: #999;
  color: #fff;
  height: 100px;
  margin-top: 63px;
}

.page_product .box2 .xia a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.page_product .box2 .xia h3 {
  font-size: 20px;
}

.page_product .box2 .xia img {
  width: 78px;
  height: 100px;
}

.page_product .box2 .xia .left {
  width: 50%;
  position: relative;
  padding-left: 78px;
  box-sizing: border-box;
  padding-top: 25px;
  background: #878f9f;
  height: 100px;
}

.page_product .box2 .xia .left i {
  width: 12px;
  height: 21px;
  background-position: -126px -54px;
  position: absolute;
  left: 46px;
  top: 48px;
}

.page_product .box2 .xia .right {
  width: 50%;
  box-sizing: border-box;
}

.page_product .box2 .xia .right .fl {
  padding-left: 21px;
  padding-top: 10px;
}

.page_product .box2 .xia .right .fr {
  padding-top: 25px;
  text-align: right;
  padding-right: 99px;
  position: relative;
}

.page_product .box2 .xia .right .fr i {
  width: 12px;
  height: 21px;
  background-position: -142px -54px;
  position: absolute;
  right: 46px;
  top: 38px;
}

.remm .about_title {
  text-align: center;
  padding-top: 89px;
  padding-bottom: 40px;
}

.remm .hd {
  position: relative;
}

.remm .hd h3 {
  padding-bottom: 60px;
}

.remm .hd a {
  display: block;
  width: 50px;
  height: 50px;
  background: #ccc;
  position: absolute;
  left: 0;
  cursor: pointer;
  z-index: 10;
  border-radius: 100%;
  top: 105px;
}

.remm .hd a i {
  width: 12px;
  height: 7px;
  background-position: -221px 0;
  display: block;
  margin: 21px auto 0;
}

.remm .hd a.next {
  left: auto;
  right: 0;
}

.remm .hd a.next i {
  background-position: -239px -0;
}

.remm .hd a:hover {
  background: #b60005;
}

.remm .bd {
  padding-bottom: 100px;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.remm .bd_list {
  overflow: hidden;
  padding-bottom: 0;
}

.remm .bd_list ul {
  width: 105%;
}

.remm .bd li {
  background: #fff;
  width: 198px;
  border-bottom: 3px solid #fff;
  margin-right: 50px;
  margin-bottom: 2px;
  position: relative;
  border: 1px solid #ddd;
  float: left;
}

.remm .bd_list li {
  float: left;
  margin-bottom: 40px;
}

.remm .bd li .line {
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 0;
  background: #b60005;
  display: block;
}

.remm .bd_list li:nth-child(5n) {
  margin-right: 0;
}

.remm .bd li img {
  width: 138px;
  height: 104px;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.remm .bd li h3 {
  padding: 0 30px;
  font-size: 16px;
  padding-top: 20px;
  line-height: 25px;
  height: 50px;
  padding-bottom: 15px;
  color: #333;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.remm .bd li p {
  padding: 0 30px;
  font-size: 16px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.remm .bd li:hover .line {
  width: 100%;
  transition: ease-in-out 0.2s;
}

.case_list {
  padding-bottom: 0px;
}

.case_list li {
  margin-bottom: 48px;
  position: relative;
  height: 281px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  transition: ease-in-out 0.2s;
}

.case_list li .ico {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  border-radius: 0 0 5px 0;
}

.case_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.case_list li .left {
  overflow: hidden;
  width: 500px;
  height: 281px;
  border-radius: 5px;
  position: relative;
}

.case_list li .left img {
  width: 500px;
  height: 375px;
  display: block;
  border-radius: 5px;
  transition: ease-in-out 0.2s;
  position: absolute;
  left: 0;
  top: -47px;
}

.case_list li .right {
  width: 700px;
  padding-right: 151px;
}

.case_list li .right h3 {
  font-size: 30px;
  padding-top: 48px;
  padding-bottom: 25px;
}

.case_list li .right p {
  color: #666;
  padding-bottom: 25px;
  line-height: 28px;
}

.case_list li .right h4 span {
  display: block;
  padding: 0 10px;
  height: 30px;
  text-align: center;
  float: left;
  background: #edf1f7;
  line-height: 30px;
  margin-right: 10px;
  border-radius: 5px;
  color: #4a77bc;
}

.case_list li:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.case_list li:hover .left img {
  transform: scale(1.1);
}

.product_list {
  padding-bottom: 65px;
}

.product_list li {
  margin-bottom: 203px;
  position: relative;
  height: 519px;
  background: url("../update/product_bg.jpg") no-repeat;
  transition: ease-in-out 0.2s;
  color: #fff;
  box-sizing: border-box;
  padding-left: 100px;
  background-size: cover;
}

.product_list li .left h3 {
  font-size: 40px;
  padding-top: 100px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.product_list li .left h3 a {
  width: 155px;
  height: 38px;
  background: url("../images/btn.png") no-repeat;
  display: inline-block;
  margin-left: 62px;
  font-size: 14px;
  color: #284269;
  text-align: center;
  line-height: 38px;
  vertical-align: middle;
  margin-bottom: 4px;
  transition: ease-in-out 0.2s;
}

.product_list li .left h3 a:hover {
  transform: translateX(10px);
}

.product_list li .left h5 {
  font-size: 20px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.product_list li .left p {
  padding-bottom: 20px;
  font-size: 18px;
  width: 600px;
  line-height: 28px;
}

.product_list li .left h4 span {
  display: block;
  width: 103px;
  height: 29px;
  text-align: center;
  float: left;
  background: #296dc6;
  line-height: 29px;
  margin-right: 10px;
  border-radius: 5px;
  color: #fff;
}

.product_list li .left h4 span:hover {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.product_list li dl {
  position: absolute;
  left: 100px;
  bottom: -122px;
}

.product_list li dl dd {
  float: left;
  width: 199px;
  height: 308px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-right: 49px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
}

.product_list li dl dd img {
  width: 100%;
  height: 212px;
}

.product_list li dl dd p {
  border-top: 1px solid #ddd;
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 15px;
  line-height: 51px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product_list li dl dd:hover {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
  transition: ease-in-out 0.2s;
}

.product_list li .no1 {
  position: absolute;
  right: 67px;
  bottom: -175px;
}

.product_list li .no1 img {
  width: 350px;
}

.product_list li .no1:hover {
  transition: ease-in-out 0.2s;
  transform: translateY(-10px);
}

.product_list li:last-child {
  height: 465px;
  margin-bottom: 100px;
}

.product_list li:last-child dl {
  display: none;
}

.product_list li:last-child .no1 {
  display: none;
}

.life_main_1 {
  background: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.life_main_1 .about_title {
  text-align: center;
  padding-bottom: 50px;
}

.life_main_1 .box1 {
  width: 334px;
  height: 521px;
  overflow: hidden;
}

.life_main_1 .box1 li {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.life_main_1 .box1 li img {
  width: 100%;
  height: 251px;
  display: block;
}

.life_main_1 .box1 li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.life_main_1 .box1 li a:hover img {
  transform: scale(1.1);
  transition: ease-in-out 0.2s;
}

.life_main_1 .box2 {
  width: 692px;
  height: 519px;
  margin-left: 20px;
}

.life_main_1 .box2 .slideBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.life_main_1 .box2 .slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 26px;
  z-index: 1;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.life_main_1 .box2 .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  display: inline-block;
}

.life_main_1 .box2 .slideBox .hd ul li {
  float: left;
  margin-right: 18px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 100%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.life_main_1 .box2 .slideBox .hd ul li.on {
  background: #b60005;
  color: #fff;
}

.life_main_1 .box2 .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.life_main_1 .box2 .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}

.life_main_1 .box2 .slideBox .bd img {
  width: 100%;
  height: 519px;
  display: block;
}

.life_main_2 {
  padding-top: 70px;
}

.life_main_2 .about_title {
  text-align: center;
  padding-bottom: 50px;
}

.life_main_2 .body {
  padding-bottom: 80px;
}

.life_main_2_ny .body {
  padding-bottom: 0;
}

.life_main_2 .body li {
  position: relative;
  padding-left: 456px;
  box-sizing: border-box;
  width: 100%;
  padding-right: 72px;
  background: #f6f6f6;
  height: 225px;
  margin-bottom: 19px;
}

.life_main_2 .body li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 225px;
}

.life_main_2.news_4 .body li {
  padding-left: 356px;
}

.life_main_2.news_4 .body li img {
  width: 300px;
}

.life_main_2 .body li a {
  display: block;
  width: 100%;
  height: 100%;
}

.life_main_2 .body li h3 {
  font-size: 24px;
  padding-top: 41px;
  padding-bottom: 23px;
}

.life_main_2 .body li p {
  color: #666;
  line-height: 24px;
  padding-bottom: 30px;
}

.year_list .body li h3 {
  font-size: 30px;
}

.year_list .body li .p {
  color: #666;
  line-height: 24px;
  padding-bottom: 30px;
}

.life_main_2 .body li span {
  font-size: 16px;
  color: #666;
}

.life_main_2 .body li:hover {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

.life_main_3 {
  padding-top: 98px;
  background: #f5f5f5;
}

.life_main_3 .about_title {
  text-align: center;
  padding-bottom: 50px;
}

.life_main_3 .body li {
  position: relative;
  float: left;
  width: 23.5%;
  margin-bottom: 50px;
  margin-right: 2%;
  background: #fff;
  transition: all ease 0.36s;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px;
}

.life_main_3 .body li:nth-child(4n) {
  margin-right: 0;
}

.life_main_3 .body li .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  z-index: 10;
}

.life_main_3.product_3 .body li .img {
  padding-top: 133%;
}

.life_main_3 .body li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.life_main_3 .body li .txt {
  background: #fff;
  height: 63px;
  line-height: 73px;
  font-size: 16px;
  position: relative;
  color: #666;
  transition: ease-in-out 0.2s;
  overflow: hidden;
  padding: 0 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.life_main_3.img18 .body li .txt {
  display: none;
}

.news_list {
  padding-top: 70px;
}

.news_list .body li {
  width: 32%;
  border: 1px solid #d7e1f3;
  box-sizing: border-box;
  margin-right: 2%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #fff;
  float: left;
  margin-bottom: 30px;
  transition: all ease 0.36s;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.news_list .body li .txt {
  padding: 30px 25px;
  display: block;
}

.news_list .body li .txt span {
  font-size: 16px;
  font-family: arial;
  color: #666;
}

.news_list .body li .txt h3 {
  line-height: 28px;
  font-size: 20px;
  height: 30px;
  overflow: hidden;
  border-bottom: 1px solid #d7e1f3;
  margin-top: 15px;
  padding-bottom: 21px;
  margin-bottom: 22px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_list .body li .txt p {
  line-height: 18px;
  height: 36px;
  color: #666;
}

.news_list .body li .txt h4 {
  margin-top: 20px;
  color: #333;
}

.news_list .body li .txt h4 i {
  width: 23px;
  height: 12px;
  background-position: -150px 0;
  margin-left: 10px;
}

.news_list .body li:nth-child(3n) {
  margin-right: 0;
}

.news_list .body li .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  z-index: 10;
}

.news_list .body li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: ease-in-out .2s;
}

.news_list .body li:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
}

.news_list .body li:hover .img img {
  transform: scale(1.1);
}

.product_img_169 .body li .img {
  padding-top: 56.25%;
}

.product_img_169 .body li .txt {
  text-align: center;
  line-height: 38px;
  height: 38px;
  font-size: 18px;
  padding-top: 5px;
}

.life_main_3 .body li p {
  text-align: center;
  padding: 0 20px;
  height: 20px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product_img_43 .body li .img {
  padding-top: 75%;
}

.product_img_11 .body li .img {
  padding-top: 100%;
}

.life_main_3 .body li .txt i {
  width: 24px;
  height: 9px;
  background-position: -150px 0;
  right: 45px;
  top: 37px;
  opacity: 0;
  position: absolute;
  transition: ease-in-out 0.2s;
}

.life_main_3 .body li:hover {
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.life_main_3 .body li:hover .img img {
  transform: scale(1.1);
  -webkit-filter: brightness(105%);
  filters: brightness(105%);
  transition: ease-in-out 0.2s;
}

.life_main_3 .body li:hover .txt {
  color: #b60005;
  font-weight: bold;
}

.life_main_3 .body li:hover .txt i {
  opacity: 1;
  right: 35px;
}

.tong_main_1 {
  padding-top: 95px;
  padding-bottom: 97px;
}

.tong_main_1 .about_title {
  text-align: center;
  padding-bottom: 60px;
}

.tong_main_1 .body {
  background: #f8f8f8;
  border: 1px solid #dae2ec;
}

.tong_main_1 .body .left {
  border-right: 1px solid #dae2ec;
  width: 50%;
  box-sizing: border-box;
}

.tong_main_1 .body .left img {
  display: block;
  width: 100%;
}

.tong_main_1 .body .right {
  width: 50%;
  box-sizing: border-box;
  padding: 50px 70px 0;
}

.tong_main_1 .body .right h3 {
  color: #b60005;
  font-size: 26px;
  margin-bottom: 22px;
}

.tong_main_1 .body .right ul {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.tong_main_1 .body .right li {
  float: left;
  width: 171px;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}

.tong_main_1 .body .right li b {
  background: #b60005;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: block;
  float: left;
  margin-top: 12px;
  margin-right: 10px;
}

.tong_main_1 .body .right p {
  font-size: 15px;
  color: #666;
  line-height: 27px;
}

.tong_main_2 {
  padding-top: 89px;
  padding-bottom: 89px;
  background: #f8f8f8;
}

.tong_main_2 .about_title {
  text-align: center;
  padding-bottom: 60px;
}

.tong_main_2 .body {
  background: #fff;
  border: 1px solid #e2ecf1;
}

.tong_main_2 .body li {
  float: left;
  height: 258px;
  width: 33.333%;
  border-bottom: 1px solid #e2ecf1;
  border-left: 1px solid #e2ecf1;
  box-sizing: border-box;
  padding: 0 38px;
}

.tong_main_2 .body li img {
  width: 65px;
  height: 65px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.tong_main_2 .body li p {
  color: #999;
  padding-bottom: 9px;
}

.tong_main_2 .body li h3 {
  font-size: 20px;
  line-height: 30px;
}

.tong_main_2 .body li:nth-child(1) {
  border-left: none;
}

.tong_main_2 .body li:nth-child(4) {
  border-left: none;
}

.tong_main_2 .body li:nth-child(4),
.tong_main_2 .body li:nth-child(5),
.tong_main_2 .body li:nth-child(6) {
  border-bottom: none;
}

.tong_main_2 .body li:hover img {
  transform: translateY(-10px);
  transition: ease-in-out 0.2s;
}

.tong_main_3 {
  padding-top: 93px;
  padding-bottom: 93px;
}

.tong_main_3 .about_title {
  text-align: center;
  padding-bottom: 60px;
}

.tong_main_3 .body {
  text-align: center;
}

.tong_main_3 .body ul {
  display: inline-block;
}

.tong_main_3 li {
  float: left;
  width: 300px;
  text-align: center;
  font-size: 20px;
}

.tong_main_3 li img {
  width: 231px;
  height: auto;
  padding-bottom: 28px;
  transition: ease-in-out 0.2s;
}

.tong_main_3 li:hover img {
  transform: translateY(-10px);
}

.tong_main_3 li:hover p {
  transform: translateY(-10px);
  transition: ease-in-out 0.2s;
}

.tong_main_4 {
  padding-top: 93px;
  padding-bottom: 93px;
  background: #f8f8f8;
}

.tong_main_4 .about_title {
  text-align: center;
  padding-bottom: 60px;
}

.tong_main_4 .slideBox {
  position: relative;
}

.tong_main_4 li {
  background: #fff;
}

.tong_main_4 li .left {
  width: 42.8%;
  position: relative;
  overflow: hidden;
}

.tong_main_4 li .left img {
  width: 100%;
  display: block;
}

.tong_main_4 li .right {
  width: 57.2%;
  padding-left: 5%;
  box-sizing: border-box;
  padding-right: 4%;
  padding-top: 10px;
}

.tong_main_4 li .right h3 {
  font-size: 26px;
  margin-top: 36px;
  margin-bottom: 10px;
}

.tong_main_4 li .right h3 i {
  width: 24px;
  height: 24px;
  background-position: -108px -103px;
  margin-right: 10px;
}

.tong_main_4 li .right p {
  margin-bottom: 30px;
  line-height: 26px;
  color: #666;
}

.tong_main_4 li .right h3:nth-child(3) i {
  background-position: -137px -103px;
}

.tong_main_4 li .right h3:nth-child(5) i {
  background-position: -167px -103px;
}

.tong_main_4 .left::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 500px;
  top: 0;
  left: -250px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.tong_main_4 li:hover .left::before {
  -webkit-transition: left 15s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
  left: 150%;
  opacity: 1;
}

.tong_main_4 .prev,
.tong_main_4 .next {
  width: 70px;
  height: 70px;
  position: absolute;
  left: -35px;
  top: 50%;
  margin-top: -35px;
  z-index: 10;
  display: block;
  background: #3c5985;
  cursor: pointer;
}

.tong_main_4 .prev i,
.tong_main_4 .next i {
  width: 15px;
  height: 26px;
  background-position: 0 -179px;
  margin: 0 auto;
  display: block;
  margin-top: 22px;
}

.tong_main_4 .next {
  left: auto;
  right: -35px;
}

.tong_main_4 .next i {
  background-position: -22px -179px;
}

.tong_main_4 .prev:hover,
.tong_main_4 .next:hover {
  background: #b60005;
}

.sub_flash {
  position: relative;
  text-align: center;
  background: #000;
}

.sub_flash .btn {
  position: absolute;
  left: 50%;
  margin-left: -59px;
  width: 118px;
  height: 133px;
  z-index: 11;
  top: 50%;
  margin-top: -66px;
  cursor: pointer;
}

.sub_flash .cut3video {
  width: 1400px;
  margin: 0 auto;
  background: #000;
  position: relative;
  z-index: 10;
}

.tong_x_1 {
  background: #f8f8f8;
  padding-top: 92px;
  padding-bottom: 98px;
}

.tong_x_1 .about_title {
  text-align: center;
  padding-bottom: 44px;
}

.tong_x_1 .body {
  border: 1px solid #ddd;
  background: #fff;
  padding: 60px;
  position: relative;
  min-height: 93px;
}

.tong_x_1 .body .ico {
  position: absolute;
  left: 98px;
  top: 69px;
}

.tong_x_1 .body .des {
  padding-left: 236px;
  font-size: 18px;
  color: #666;
  line-height: 36px;
}

.tong_x_2 {
  padding-top: 95px;
  padding-bottom: 48px;
}

.tong_x_2 .about_title {
  text-align: center;
  padding-bottom: 44px;
}

.tong_x_2 li {
  position: relative;
  float: left;
  width: 32%;
  margin-right: 2%;
  background: #fff;
  transition: all ease 0.36s;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.tong_x_2 li:nth-child(3n) {
  margin-right: 0;
}

.tong_x_2 li .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  z-index: 10;
}

.tong_x_2 li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.tong_x_2 li .txt {
  background: #fff;
  font-size: 22px;
  position: relative;
  color: #666;
  transition: ease-in-out 0.2s;
  overflow: hidden;
  padding: 0 34px;
}

.tong_x_2 li .txt i {
  width: 24px;
  height: 9px;
  background-position: -150px 0;
  margin-bottom: 40px;
  margin-top: 34px;
  transition: ease-in-out 0.2s;
}

.tong_x_2 li .txt h3 {
  font-size: 24px;
  line-height: 36px;
  padding-top: 34px;
  padding-bottom: 23px;
}

.tong_x_2 li .txt p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 72px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.tong_x_2 li:hover {
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
}

.tong_x_2 li:hover h3 {
  color: #b60005;
}

.erro {
  text-align: center;
  padding-bottom: 100px;
  color: red;
  font-size: 18px;
  padding-top: 50px;
}

/* 鏂伴椈鍔ㄦ€�-璇︽儏 */
.news_detail {
  padding: 50px;
  background: #fff;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
}

.news_detail .title {
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}

.news_detail .title h1 {
  font-weight: normal;
  font-size: 36px;
  line-height: 60px;
  text-align: left;
  color: #333;
}

.news_detail .title .marks {
  margin-top: 30px;
}

.news_detail .title .marks span {
  font-size: 16px;
  color: #333;
}

.news_detail .title .marks span em {
  margin-right: 14px;
  color: #999;
}

.news_detail .title .marks span.t1 {
  margin-right: 14px;
}

.news_detail .title .marks span.t2 {
  margin-right: 54px;
}

.news_detail .title .marks span.t3 {
  font-family: arial;
}

.news_detail .title .marks span.t3 em {
  font-family: "Microsoft YaHei";
}

.news_detail .context {
  padding-top: 50px;
  line-height: 30px;
  font-size: 16px;
}

.news_detail .context img {
  max-width: 100%;
}

/* 璧勮鎺ㄨ崘 */
.news_recom {
  padding-top: 76px;
}

.news_recom .news_tit .tit {
  margin-left: 10px;
  float: left;
  display: block;
  width: 170px;
  font-size: 40px;
  line-height: 44px;
  color: #333;
  background: url("../images/ctitline.png") no-repeat 30px bottom;
}

.news_recom .news_tit .morenews {
  float: right;
  font-size: 20px;
  line-height: 44px;
  color: #999;
}

.news_recom .news_tit .morenews:hover {
  color: #2352b3;
}

.news_recom .newslist1 {
  margin-top: 36px;
}

.news_recom .newslist1 .list {
  width: 103%;
}

.news_recom .newslist1 li {
  position: relative;
  margin-right: 3.5%;
  float: left;
  width: calc(100% / 2);
  height: 516px;
  background: #fff;
}

.news_recom .newslist1 li.nt3 {
  margin-right: 0;
}

.news_recom .newslist1 li .img {
  display: block;
  width: auto;
  height: 242px;
  overflow: hidden;
}

.news_recom .newslist1 li img {
  display: block;
  width: auto;
  height: 242px;
  object-fit: contain;
}

.news_recom .newslist1 li .txtbox {
  padding: 40px 30px 30px 40px;
  box-sizing: border-box;
}

.news_recom .newslist1 li .txtbox .time {
  font-family: arial;
  font-size: 18px;
  line-height: 16px;
  color: #999;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li .txt {
  padding-top: 40px;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li .txt .tit {
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #151527;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li .txt .desc {
  margin-top: 18px;
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  transition: all ease 0.36s;
  overflow: hidden;
}

.news_recom .newslist1 li .detail {
  position: relative;
  margin-top: 20px;
  display: block;
  width: 120px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  text-indent: 0;
  color: #151527;
  background: url("../images/f7arr1.png") no-repeat 42px center #fff;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li .detail span {
  position: relative;
  z-index: 12;
}

.news_recom .newslist1 li .detail:before,
.news_recom .newslist1 li .detail:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 36px;
  background: url("../images/f7arr2.png") 68px center no-repeat #e7434a;
  z-index: 2;
  transition: 0.8s;
}

.news_recom .newslist1 li .detail:before {
  transition: 0.3s;
  background: url("../images/f7arr2.png") 68px center no-repeat #e7434a;
  z-index: -1;
}

.news_recom .newslist1 li:hover .detail {
  text-indent: 26px;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li:hover .detail:before,
.news_recom .newslist1 li:hover .detail:after {
  width: 120px;
}

.news_recom .newslist1 li:hover .detail span {
  color: #fff;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li:hover .txtbox .time {
  transform: translateY(10px);
  transition: all ease 0.36s;
}

.news_recom .newslist1 li:hover .txtbox .txt {
  transform: translateY(-10px);
  transition: all ease 0.36s;
}

.news_recom .newslist1 li:hover img {
  filter: brightness(105%);
  -webkit-filter: brightness(105%);
}

/* reLink */
.reLink {
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
  padding: 0 15px;
  margin-bottom: 50px;
  margin-top: 30px;
}

.case_show .case_left .reLink {
  background-color: #fff;
  width: 93%;
  border-radius: 5px;
}

.reLink .nextLink,
.detail .reLink .prevLink {
  width: 50%;
}

.reLink .nextLink {
  text-align: right;
}

.reLink a {
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -ms-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.reLink a:hover {
  color: #f94570;
}

/* 鍗曢〉淇℃伅 */
.single_wrapper {
  padding-top: 80px;
}

.single_center {
  min-height: 520px;
  background: #fff;
}

.single_center .about_con {
  line-height: 35px;
  font-size: 16px;
  margin-bottom: 80px;
  border: 1px solid #ddd;
  padding: 60px;
  text-align: justify;
}

.single_center .about_con img {
  max-width: 100%;
  line-height: 35px;
}

.contact_2 {
  padding: 50px 7% 10px;
  background: #fff;
  margin-top: 50px;
  margin-bottom: 70px;
}

.contact_2 .ctit .tit {
  display: block;
  width: 170px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 44px;
  font-weight: lighter;
  color: #333;

}

.contact_2 .formdata {
  margin-top: 60px;
}

.contact_2 .formdata .item {
  position: relative;
  float: left;
  width: 48%;
  height: 58px;
  line-height: 58px;
  border: 1px solid #d6d6d6;
}

.contact_2 .formdata .item .b {
  position: absolute;
  right: 50px;
  top: 0;
}

.contact_2 .formdata .item .checkbox {
  margin-left: 20px;
  margin-right: 5px;
  outline: none;
}

.contact_2 .formdata .item ul {
  position: absolute;
  left: 0;
  width: 100%;
  top: 58px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-top: none;
  left: -1px;
  display: none;
  height: 240px;
  overflow: auto;
  z-index: 10;
}

.contact_2 .formdata .item ul li {
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  width: 49%;
  float: left;
  text-indent: 2em;
}

.contact_2 .formdata .item ul li:hover {
  background: #b60005;
  color: #fff;
}

.contact_2 .formdata .item ul li:nth-child(2n) {
  float: right;
}

.contact_2 .formdata .item.mr {
  margin-right: 3.5%;
}

.contact_2 .formdata .item label {
  float: left;
  display: block;
  margin-top: 18px;
  width: 170px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-right: 1px solid #ddd;
}

.contact_2 .formdata .item .txt {
  float: left;
  width: calc(100% - 240px);
  height: 58px;
  line-height: 58px;
  border: none;
  outline: none;
  text-indent: 20px;
  background: none;
}

.contact_2 .formdata .item .red {
  position: absolute;
  top: 0;
  right: 20px;
  color: #df1f1f;
  font-weight: 100;
  font-size: 22px;
}

.contact_2 .formdata .tarea {
  margin-top: 0px;
}

.contact_2 .formdata .tarea textarea {
  border: 1px solid #d6d6d6;
  width: 100%;
  background: none;
  box-sizing: border-box;
  height: 174px;
  resize: none;
  padding: 10px;
  *margin-top: 15px;
  overflow: hidden;
  outline: none;
  text-indent: 24px;
}

.contact_2 .formdata .btn {
  border: none;
  background: #b60005;
  width: 400px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 40px auto 0;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  margin-bottom: 60px;
  outline: none;
}

.contact_2 .formdata .btn:hover {
  transform: translateY(-5px);
  color: #fff;

  transition: all ease 0.36s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
}

.contact_2 .formdata {
  margin-top: 0;
}

.contact_2 .item_top {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.contact_2 {
  background: #fff;
  margin: 0;
  padding: 0;
}

.contact_2 .formdata .item label {
  font-size: 18px;
  color: #999;
}

.contact_2 .formdata .tarea textarea {
  height: 160px;
}

.contact_2 .formdata.search_form {
  border: 1px solid #ddd;
  padding: 100px 100px 0;
  background: url(../images/floor_1_bg.jpg) bottom right no-repeat;
  margin-bottom: 80px
}

.contact_2 .formdata.search_form .item .txt {
  width: calc(100% - 500px);
}

.contact_2 .formdata.search_form .item {}

.contact_2 .formdata.search_form .item div i {
  color: red;
}

.contact_2 .formdata.search_form #contentList {
  text-align: center;
  font-size: 24px;
}

.contact_2 .formdata.search_form #contentList div {
  margin-bottom: 30px;
  line-height: 60px;
  width: 100%;
  height: 60px;
}

.contact_2 .formdata.search_form #contentList .true i {
  width: 60px;
  height: 60px;
  background: url(../images/true.png) no-repeat;
  margin-right: 20px;
}

.contact_2 .formdata.search_form #contentList .false i {
  width: 60px;
  height: 60px;
  background: url(../images/false.png) no-repeat;
  margin-right: 20px;
}

.servicePage {
  padding-top: 0;
}

.servicePage .item_top {
  margin-bottom: 30px;
}

.zhi_1 {
  margin: 97px auto;
  border: 1px solid #ddd;
  height: 359px;
}

.zhi_1 .left {
  width: 50%;
  background: url("../images/zhi_1.jpg") right bottom no-repeat;
  box-sizing: border-box;
  padding-left: 79px;
  padding-top: 71px;
  height: 100%;
}

.zhi_1 .left h4 {
  font-size: 30px;
  color: #999;
  text-transform: uppercase;
}

.zhi_1 .left h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 34px;
}

.zhi_1 .left p {
  font-size: 18px;
}

.zhi_1 .right {
  width: 50%;
  height: 100%;
}

.zhi_2_main {
  background: url("../images/zhi_2_bg.jpg") center top no-repeat;
  height: 695px;
}

.zhi_2_main .about_title {
  text-align: center;
  color: #fff;
  padding-top: 94px;
  padding-bottom: 44px;
}

.zhi_2_main .about_title p {
  color: #fff;
}

.zhi_2_main .body h3 {
  font-size: 30px;
  background: url("../images/zhi_2_ico.jpg") right top no-repeat;
  line-height: 32px;
  height: 55px;
  margin-bottom: 46px;
  padding-right: 146px;
  padding-top: 20px;
}

.zhi_2_main .body p {
  font-size: 16px;
  line-height: 32px;
  height: 160px;
  color: #666;
}

.zhi_2_main .left {
  width: 100%;
  background: #fff;
  padding: 39px 47px 47px;
  box-sizing: border-box;
}

.zhi_2_main .right {
  width: 49%;
  background: #fff;
  padding: 39px 47px 47px;
  box-sizing: border-box;
}

.zhi_3_main {
  background: url("../images/zhi_3_bg.jpg") center top no-repeat;
  width: 100%;
  height: 949px;
  padding-bottom: 0;
  padding-top: 0;
}

.zhi_3_main .about_title h4 {
  font-size: 16px;
  line-height: 34px;
  padding: 45px 0;
}

.zhi_3_main .about_title {
  padding-top: 94px;
  padding-bottom: 0;
}

.zhi_3_main .bd li img {
  height: 296px;
  padding-bottom: 30px;
  width: 222px;
  padding-top: 20px;
}

.zhi_3_main .hd a {
  bottom: -500px;
}

.zhi_3_main .bd li {
  width: 262px;
}

.zhi_4_main {
  background: url("../images/zhi_4_bg.jpg") center top no-repeat;
  width: 100%;
  height: 1432px;
}

.zhi_4_main .about_title {
  text-align: center;
  color: #fff;
  padding-top: 100px;
}

.zhi_4_main .about_title p {
  color: #fff;
}

.zhi_4_main .about_title h4 {
  font-size: 16px;
  line-height: 26px;
  padding-top: 45px;
  padding-bottom: 40px;
}

.zhi_4_main .body li {
  height: 330px;
  width: 100%;
  background: #fff;
}

.zhi_4_main .body li .left {
  width: 50%;
  box-sizing: border-box;
  padding-left: 45px;
  padding-top: 45px;
  padding-right: 45px;
}

.zhi_4_main .body li .left h3 {
  font-size: 24px;
  padding-bottom: 25px;
}

.zhi_4_main .body li .left .des {
  font-size: 16px;
  line-height: 34px;
  color: #666;
}

.zhi_4_main .body li .right {
  width: 50%;
  height: 100%;
}

.zhi_4_main .body li:nth-child(2n) .left {
  float: right;
}

.zhi_4_main .body li:nth-child(2n) .right {
  float: left;
}

.zhi_5_main {
  background: url("../images/zhi_5_bg.jpg") center top no-repeat;
}

.zhi_5_main .about_title {
  text-align: center;
  padding-top: 108px;
  padding-bottom: 58px;
}

.zhi_5_main .body1 {
  background: #fff;
  height: 434px;
  padding: 44px;
  box-sizing: border-box;
}

.zhi_5_main .body1 .left {
  width: 61%;
  font-size: 16px;
  line-height: 32px;
  padding-top: 10px;
}

.zhi_5_main .body1 .right {
  width: 35%;
  height: 100%;
}

.zhi_6_main {
  padding-top: 0;
}

.searcher_center {
  padding-top: 77px;
}

.searchPage .item {
  width: 100%;
  height: 168px;
  margin-bottom: 20px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  background: #fff;
  border: 1px solid #ddd;
}

.searchPage .item a {
  width: 100%;
  display: block;
}

.searchPage .item .text {
  width: 868px;
  display: block;
}

.searchPage .item .img {
  width: 300px;
  height: 168px;
  display: block;
  margin-right: 30px;
  overflow: hidden;
}

.searchPage .item img {
  width: 300px;
  height: 168px;
  display: block;
  transition: ease-in-out 0.4s;
}

.searchPage .item h3 {
  font-size: 20px;
  padding: 35px 0 20px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.searchPage .item .txt {
  color: #999999;
  line-height: 24px;
  height: 48px;
  padding-right: 130px;
  overflow: hidden;
}

.searchPage .item .time {
  width: 150px;
  padding-top: 45px;
  font-family: arial;
  font-size: 20px;
  color: #999;
}

.searchPage .item .time .day {
  font-size: 40px;
  line-height: 45px;
  display: block;
}

.searchPage .item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.searchPage .item:hover .img img {
  transform: scale(1.1);
}

.searchPage .item:hover h3 {
  font-weight: bold;
  color: #b60005;
  text-indent: 5px;
}

.searchPage .item:hover .time .day span {
  background: #ff6f00;
}

.searchPage .item:hover .time .day strong {
  background: #ff0000;
  color: #fff;
}

.searchPage .item .text {
  width: 1368px;
}

/* map_ul */
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-bottom: 50px;
}

.map_ul li {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
}

.map_ul li.li0 {
  display: none;
}

.map_ul li a {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  display: block;
  background: #f6f6f6;
  text-indent: 15px;
}

.map_ul .list-inline {
  display: block;
  width: 86%;
}

.map_ul .list-inline li {
  height: 32px;
  display: inline-block;
  *display: inline;
  margin: 15px 5px 15px 0;
  zoom: 1;
  line-height: 32px;
  border-bottom: 0;
  text-align: center;
  width: auto;
  padding: 0;
}

.map_ul .list-inline li a {
  text-indent: 0;
  font-weight: normal;
  display: block;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  padding: 0 10px;
  width: auto;
  border: 1px solid #ccc;
  text-align: center;
}

.map_ul .list-inline li a:hover {
  background: #b60005;
  color: #fff;
  border: 1px solid #b60005;
}

/* 鐢宠鑱屼綅 */
.ydewmbg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/black30.png") repeat left top;
  display: none;
  z-index: 998;
}

.ydewmbg .ydewm {
  position: relative;
  height: 600px;
  top: 50%;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  margin-top: -300px;
  display: none;
}

.ydewmbg a {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: block;
  background: url("../images/closeM.png") no-repeat center center;
  transition: all ease-in-out 0.36s;
}

.ydewmbg a:hover {
  transform: rotate(360deg);
  transition: all ease-in-out 0.36s;
}

.mess_pop1 {
  padding: 60px 40px;
  box-sizing: border-box;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 50%;
  margin-top: -300px;
  background: #fff;
  box-shadow: 8px 0 20px rgba(0, 0, 0, 0.2);
  animation: topDown1 0.4s;
}

.mess_pop1 .job_tit .tit {
  display: block;
  width: 170px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 44px;
  color: #333;
}

.mess_pop1 .message {
  margin-top: 40px;
}

.mess_pop1 .message .item_top {
  margin-bottom: 20px;
}

.mess_pop1 .message .item {
  position: relative;
  float: left;
  width: 31.95%;
  height: 48px;
  line-height: 48px;
  border: 1px solid #d6d6d6;
  margin-bottom: 14px;
}

.mess_pop1 .message .item select {
  outline: none;
  border: none;
  width: 200px;
  background: #fff;
  margin-left: 10px;
}

.mess_pop1 .message .item.mr {
  margin-right: 1.8%;
}

.mess_pop1 .message .item label {
  float: left;
  display: block;
  margin-top: 15px;
  width: 26.4%;
  height: 18px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  border-right: 1px solid #ddd;
  color: #666;
}

.mess_pop1 .message .item .txt {
  float: left;
  width: 73%;
  height: 48px;
  line-height: 48px;
  border: none;
  outline: none;
  text-indent: 20px;
}

.mess_pop1 .message .item font {
  position: absolute;
  top: 0;
  right: 20px;
  color: #df1f1f;
  font-weight: 100;
  font-size: 22px;
}

.mess_pop1 .message .tarea {
  margin-top: 40px;
}

.mess_pop1 .message .tarea label {
  margin-bottom: 22px;
  font-size: 16px;
  color: #666;
}

.mess_pop1 .message .tarea textarea {
  margin-top: 22px;
  border: 1px solid #ccc;
  width: 100%;
  height: 100px;
  resize: none;
  padding-top: 26px;
  *margin-top: 15px;
  overflow: hidden;
  outline: none;
  text-indent: 20px;
}

.mess_pop1 .message .btn {
  border: none;
  background: #e7434a;
  width: 400px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 40px auto 0;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  margin-bottom: 60px;
  outline: none;
}

.mess_pop1 .message .btn:hover {
  text-indent: 6px;
  color: #fff;
  background-color: #b90005;
  transition: all ease 0.36s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
}

.detail_remm {
  padding-bottom: 80px;
}

.detail_remm .index_tit {
  margin-bottom: 30px;
}

.detail_remm .body {
  padding: 50px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
}

.detail_remm .body li {
  float: left;
  width: 50%;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail_remm .body li:nth-child(2n) {
  margin-left: 3%;
  width: 47%;
}

@media (max-width: 1660px) {

  .job_list li .img img {
    width: 160px;
  }

  .page_product .box2 .hd li {
    width: 150px;
  }

  .remm .bd {
    width: 1050px;
  }

  .remm .bd li {
    margin-right: 12px;
  }

  .case_list li .ico {
    max-height: 80%;
  }

  .case_list li .right {
    width: 650px;
    padding-right: 20px;
  }

  .case_list li .right h3 {
    padding-top: 40px;
  }

  .product_list li {
    padding-left: 50px;
  }

  .product_list li dl {
    left: 50px;
  }

  .product_list li dl dd {
    margin-right: 30px;
  }

  .product_list li .left h3 {
    padding-top: 80px;
  }

  .product_list li:last-child {
    height: 415px;
  }

  .life_main_1 .box1 {
    width: 284px;
    height: 445px;
  }

  .life_main_1 .box2 {
    width: 592px;
    height: 445px;
  }

  .life_main_1 .box1 li {
    margin-bottom: 18px;
  }

  .life_main_1 .box1 li img {
    height: 213px;
  }

  .life_main_1 .box2 .slideBox .bd img {
    height: 445px;
  }

  .life_main_2 .body li h3 {
    padding-top: 25px;
  }

  .tong_main_1 .body .right {
    padding: 40px 40px 0;
  }

  .tong_main_1 .body .right ul {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .tong_main_1 .body .right p {
    font-size: 13px;
  }

  .tong_main_2 .body li h3 {
    font-size: 17px;
  }

  .tong_main_4 li .right p {
    margin-bottom: 15px;
  }

  .tong_main_4 li .right h3 {
    margin-top: 20px;
  }

  .zhi_4_main .body li .left .des {
    font-size: 14px;
    line-height: 28px;
  }

  .zhi_5_main .body1 .left {
    font-size: 14px;
    line-height: 28px;
  }

  .zhi_5_main .body1 {
    height: 394px;
  }

  .zhi_3_main .about_title h4 {
    padding: 38px 0;
  }

  .zhi_3_main .bd li {
    width: 225px;
  }

  .zhi_3_main .bd li img {
    height: 247px;
    width: 185px;
  }

  .zhi_3_main .hd a {
    bottom: -480px;
  }

  .searchPage .item .text {
    width: 1150px;
  }

  .box1_right p {
    font-size: 15px;
  }

  .life_main_2 .body li p {
    padding-bottom: 20px;
  }

  .tong_main_3 li {
    width: 250px;
  }
}

/****wx******/
.ewmbox {
  width: 300px;
  height: 320px;
  padding-top: 20px;
  background: #fff;
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -170px 0 0 -150px;
  text-align: center;
  font-size: 16px;
  display: none;
}

.ewmbox .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -25px;
  right: -40px;
  cursor: pointer;
  border-radius: 100%;
  background: url("../images/close.png") no-repeat center center;
  transition: all ease 300ms;
}

.ewmbox .close:hover {
  transform: rotate(180deg);
}

.ewmbox img {
  width: 260px;
  height: 260px;
  display: block;
  margin: 0 auto 10px;
}

.ny_title {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 34px;
}

.ny_title h3 {
  position: relative;
  display: inline-block;
  color: #333;
  font-size: 48px;
  line-height: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.ny_title h3 span {
  display: block;
  width: 25px;
  height: 2px;
  background: #b60005;
  position: absolute;
  left: -45px;
  top: 50%;
  margin-top: -1px;
}

.ny_title h3 .span2 {
  left: auto;
  right: -45px;
}

.ny_title p {
  font-size: 18px;
  color: #999;
  text-transform: uppercase;
}

.img_partners .body li {
  width: 18.4%;
}

.img_partners .body li:nth-child(4n) {
  margin-right: 2%;
}

.img_partners .body li:nth-child(5n) {
  margin-right: 0;
}

.img_partners .body li .img {
  padding-top: 75%;
}

.img_partners .body li .txt {
  line-height: 50px;
  height: 50px;
}

.menu1 {
  width: 100%;
  background: #fff;
  z-index: 10;
  font-size: 18px;
  color: #333;
  position: relative;
}

.case_xq {
  display: inline-block;
  width: 100%;
  padding-top: 50px;
}



.menu1 .img {
  width: 100%;
  height: 300px;
  position: relative;
}

.menu1 .img img {
  display: block;
  width: 1920px;
  height: 300px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
}

.menu1 img {
  display: block;
  width: 100%;
  height: 300px;
}

.menu1 .ny_menu {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

.menu1 .ny_menu h3 {
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  padding-top: 108px;
}

.menu1 .ny_menu h3 span {
  color: #b60005;
}

.menu1 .ny_menu p {
  font-size: 22px;
  color: #fff;
  line-height: 20px;
  padding-top: 16px;
}

.menu1 ul {
  display: none;
}



.menu1 li {
  float: left;
  margin-right: 2px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  padding: 0 25px;
  transition: ease-in-out 0.2s;
}

.menu1 li dl {
  position: absolute;
  left: 0;
  top: 185px;
  display: none;
  background: #fff;
  width: 100%;
  height: 62px;
}

.menu1 li dl dd {
  width: 1400px;
  margin: 0 auto;
}

.menu1 li dl dd a {
  float: left;
  width: 180px;
  text-align: center;
  line-height: 62px;
  height: 62px;
  position: relative;
  display: block;
}

.menu1 li dl dd a:before {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background: #c9c9c9;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.menu1 li dl dd a:first-child:before {
  width: 0;
}

.menu1 li dl dd a:hover,
.menu1 li dl dd a.on {
  color: #b60005;
  font-weight: bold;
}

.menu1 li.hover dl {
  display: block;
}

.menu1 li .a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.menu1 li .a i {
  position: absolute;
  left: 0;
  bottom: 0;
}

.menu1 li:hover,
.menu1 li.hover {}

.menu1 li:hover .a i,
.menu1 li.hover .a i {
  background: #143d95;
  width: 100%;
  height: 3px;
}


.jk_ny {
  width: 100%;
  overflow: hidden;
}

.jk_ny_bt {
  padding-top: 96px;
  text-align: center;
}

.jk_ny_bt h3 {
  font-size: 40px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
}

.jk_ny_bt h3 span {
  color: #b60005;
}

.jk_ny_bt p {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  padding-top: 10px;
}

.jk_ny1 {
  background: url(../images/t35_02.jpg) center center no-repeat;
  width: 100%;
  height: 718px;
  position: relative;
}

.jk_ny1_1 {
  width: 100%;
  position: relative;
  margin-top: 38px;
}

.jk_ny1_1 .item {
  width: 12.85%;
  float: left;
  background-color: #fff;
  height: 420px;
}

.jk_ny1_1 .li1,
.jk_ny1_1 .li3,
.jk_ny1_1 .li5,
.jk_ny1_1 .li7 {
  background: url(../images/t37_05.jpg) center center no-repeat;
}

.jk_ny1_1 .item.on {
  width: 22.9%;
  background: url(../images/t37_03.jpg) center center no-repeat;
}

.jk_ny1_1 .item .fl_t {
  width: 100%;
  text-align: center;
}

.jk_ny1_1 .item .fl_t img {
  display: block;
  padding-top: 76px;
  margin: 0 auto;
}

.jk_ny1_1 .item .fl_t i {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #9e9e9e;
  margin: 0 auto;
  margin-top: 38px;
}

.jk_ny1_1 .item .fl_t h3 {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  padding: 0 8%;
  padding-top: 60px;
}

.jk_ny1_1 .item .fl_t span {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 16px;
  font-family: "Arial";
  padding-top: 26px;
}

.jk_ny1_1 .item .bg {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}

.jk_ny1_1 .item.on .bg {
  display: block;
}

.jk_ny1_1 .item.on .fl_t {
  display: none;
}

.jk_ny1_1 .item .bg span {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  font-family: "Arial";
  padding-top: 54px;
  padding-left: 46px;
  display: none;
}

.jk_ny1_1 .item .bg h3 {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  padding-top: 54px;
  padding-left: 10%;
}

.jk_ny1_1 .item .bg i {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #fff;
  margin-top: 20px;
  margin-left: 10%;
}

.jk_ny1_1 .item .bg p {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  padding-top: 10%;
  margin-left: 10%;
  width: 80%;
}

.jk_ny1_1 .item .bg img {
  display: block;
  position: absolute;
  right: 36px;
  bottom: 42px;
  filter: grayscale(100%) brightness(600%)
}


.jk_ny2 {
  background: url(../images/t38_02.jpg) top center no-repeat;
  width: 100%;
  height: 620px;
  position: relative;
}

.jk_ny2 .jk_ny_bt h3 {
  color: #fff;
}

.jk_ny2 .jk_ny_bt p {
  color: #fff;
}

.jk_ny2_1 {
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.jk_ny2_1 .bd {
  width: 100%;
  position: relative;
}

.jk_ny2_1 .bd ul {
  display: inline-block;
  width: 100%;
}

.jk_ny2_1 .bd ul li {
  width: 20%;
  float: left;
  background-color: #efeeee;
  transition: all ease 0.36s;
  height: 106px;
}

.jk_ny2_1 .bd ul li img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.jk_ny2_1 .bd ul li:nth-child(2n) {
  background-color: #fff;
}

.jk_ny2_1 .hd {
  margin-top: 30px;
  text-align: center;
}

.jk_ny2_1 .hd ul {
  display: inline-block;
}

.jk_ny2_1 .hd ul li {
  width: 50px;
  height: 5px;
  background-color: #ddd;
  border-radius: 5px;
  margin: 0 10px;
  float: left;
  font-size: 0;
  cursor: pointer;
}

.jk_ny2_1 .hd ul li.on {
  background-color: #b60005;
}

.jk_ny2_1 .bd ul li:hover {
  transition: all ease 0.36s;
  box-shadow: 8px 0 16px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  transform: scale(1.05);
}

.jk_ny2_1 .hd .prev {
  display: block;
  width: 26px;
  height: 47px;
  background-position: -227px -57px;
  cursor: pointer;
  position: absolute;
  left: -58px;
  top: 50%;
  margin-top: -28.5px;
}

.jk_ny2_1 .hd .next {
  display: block;
  width: 26px;
  height: 47px;
  background-position: -258px -57px;
  cursor: pointer;
  position: absolute;
  right: -58px;
  top: 50%;
  margin-top: -28.5px;
}

.jk_ny2_1 .hd .prev:hover {
  background-position: -227px -110px;
}

.jk_ny2_1 .hd .next:hover {
  background-position: -258px -110px;
}


@media (max-width: 1660px) {
  .jk_ny2 {
    height: 600px;
  }

  .jk_ny1_1 .item .bg p {
    font-size: 14px;
    line-height: 22px;
    padding-top: 30px;
    width: 72%;
  }
}


.jk_ny3 {
  background: url(../images/t38_03.jpg) center center no-repeat;
  width: 100%;
  height: 714px;
  position: relative;
}

.jk_ny3_1 {
  margin-top: 40px;
  width: 100%;
  position: relative;
}

.jk_ny3_1 .bd {
  width: 100%;
}

.jk_ny3_1 .bd ul li {
  width: 440px;
  margin-right: 40px;
  background-color: #fff;
}

.jk_ny3_1 .bd ul li .img {
  display: block;
  width: 100%;
  overflow: hidden;
}

.jk_ny3_1 .bd ul li img {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.jk_ny3_1 .bd ul li:hover img {
  transform: scale(1.05);
  transition: all ease 0.36s;
}

.jk_ny3_1 .bd ul li .w {
  width: 90%;
  margin: 5%;
  position: relative;
}

.jk_ny3_1 .bd ul li .w h3 {
  font-size: 28px;
  line-height: 28px;
}

.jk_ny3_1 .bd ul li .w p {
  font-size: 18px;
  line-height: 28px;
  color: #999;
  padding-top: 14px;
}

.jk_ny3_1 .bd ul li .w span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
  color: #333;
  line-height: 30px;
}

.jk_ny3_1 .bd ul li:hover .w span {
  color: #b60005;
}

.jk_ny3_1 .hd {
  margin-top: 30px;
  text-align: center;
}

.jk_ny3_1 .hd ul {
  display: inline-block;
}

.jk_ny3_1 .hd ul li {
  width: 50px;
  height: 5px;
  background-color: #666;
  border-radius: 5px;
  margin: 0 10px;
  float: left;
  font-size: 0;
  cursor: pointer;
}

.jk_ny3_1 .hd ul li.on {
  background-color: #b60005;
}

.jk_ny3_1 .hd .prev {
  display: block;
  width: 26px;
  height: 47px;
  background-position: -227px -57px;
  cursor: pointer;
  position: absolute;
  left: -58px;
  top: 50%;
  margin-top: -28.5px;
}

.jk_ny3_1 .hd .next {
  display: block;
  width: 26px;
  height: 47px;
  background-position: -258px -57px;
  cursor: pointer;
  position: absolute;
  right: -58px;
  top: 50%;
  margin-top: -28.5px;
}

.jk_ny3_1 .hd .prev:hover {
  background-position: -227px -110px;
}

.jk_ny3_1 .hd .next:hover {
  background-position: -258px -110px;
}

@media (max-width: 1660px) {
  .jk_ny3_1 .bd ul li {
    width: 380px;
    margin-right: 30px;
  }

  .jk_ny3 {
    height: 634px;
  }

  .jk_ny3_1 .bd ul li .w h3 {
    font-size: 24px;
    line-height: 26px;
  }

  .jk_ny3_1 .bd ul li .w p {
    font-size: 15px;
    line-height: 26px;
    padding-top: 12px;
  }

  .jk_ny_bt h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .jk_ny_bt p {
    font-size: 15px;
    line-height: 18px;
  }

  .jk_ny_bt {
    padding-top: 76px;
  }
}

.jk_ny4 {
  background: url(../images/t40_02.jpg) bottom center no-repeat;
  width: 100%;
  height: 741px;
  position: relative;
}

.jk_ny41 {
  float: left;
  width: 500px;
  padding-top: 92px;
}

.jk_ny41 h3 {
  font-size: 32px;
  color: #333;
  line-height: 50px;
  font-weight: normal;
}

.jk_ny41 h3 span {
  color: #b60005;
}

.jk_ny41 h3 i {
  display: block;
  font-size: 26px;
  font-weight: bold;
}

.jk_ny41 p {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  padding-top: 36px;
  width: 100%;
}

.jk_ny42 {
  float: right;
  padding-top: 92px;
}

.jk_ny42 ul {
  display: inline-block;
}

.jk_ny42 ul li {
  float: left;
  padding-left: 66px;
}

.jk_ny42 ul li p {
  display: inline-block;
}

.jk_ny42 ul li p span {
  display: block;
  float: left;
  font-size: 70px;
  color: #b60005;
  line-height: 60px;
  font-weight: bold;
}

.jk_ny42 ul li p b {
  display: block;
  float: left;
  font-size: 34px;
  color: #b60005;
  line-height: 24px;
  padding-left: 10px;
  font-weight: normal;
}

.jk_ny42 ul li.li1 p b {
  font-size: 16px;
  line-height: 16px;
}

.jk_ny42 ul li em {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #444;
  padding-top: 12px;
}



@media (max-width: 1660px) {
  .jk_ny41 h3 {
    font-size: 28px;
    line-height: 40px;
  }

  .jk_ny41 h3 i {
    font-size: 24px;
  }

  .jk_ny42 ul li p span {
    font-size: 60px;
    line-height: 50px;
  }

  .jk_ny41 p {
    font-size: 18px;
  }

  .jk_ny4 {
    height: 610px;
  }

}

.jk_ny5 {
  background: url(../images/t40_03.jpg) bottom center no-repeat;
  width: 100%;
  height: 625px;
  position: relative;
}

.jk_ny51 {
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.jk_ny51 .bd {
  width: 100%;
  overflow: hidden;
}

.jk_ny51 .bd ul {
  display: inline-block;
}

.jk_ny51 .bd ul li {
  width: 450px;
  float: left;
  margin-right: 25px;
}

.jk_ny51 .bd ul li img {
  display: block;
  width: 100%;
}

.jk_ny51 .bd ul li .an_d {
  width: 100%;
  position: relative;
  padding-top: 18px;
}

.jk_ny51 .bd ul li .an_d p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  float: left;
}

.jk_ny51 .bd ul li .an_d p span {
  display: inline-block;
  font-size: 22px;
}

.jk_ny51 .bd ul li .an_d .right {
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #333;
}

.jk_ny51 .bd ul li:hover .an_d p span {
  color: #b60005;
}

.jk_ny51 .bd ul li:hover .an_d .right {
  color: #b60005;
}

.jk_ny51 .hd .prev {
  display: block;
  width: 26px;
  height: 47px;
  background-position: -227px -57px;
  cursor: pointer;
  position: absolute;
  left: -58px;
  top: 50%;
  margin-top: -28.5px;
}

.jk_ny51 .hd .next {
  display: block;
  width: 26px;
  height: 47px;
  background-position: -258px -57px;
  cursor: pointer;
  position: absolute;
  right: -58px;
  top: 50%;
  margin-top: -28.5px;
}

.jk_ny51 .hd .prev:hover {
  background-position: -227px -110px;
}

.jk_ny51 .hd .next:hover {
  background-position: -258px -110px;
}

@media (max-width: 1660px) {
  .jk_ny51 .bd ul li {
    width: 386px;
    margin-right: 20px;
  }

  .jk_ny51 .bd ul li .an_d p span {
    font-size: 20px;
  }

  .jk_ny51 .bd ul li .an_d p {
    font-size: 14px;
    line-height: 20px;
  }

  .jk_ny5 {
    height: 546px;
  }
}

.jk_ny6 {
  background: url(../images/t40_04.jpg) bottom center no-repeat;
  width: 100%;
  height: 533px;
  position: relative;
}

.jk_ny6 .jk_ny61 {
  width: 400px;
  float: left;
  padding-top: 70px;
}

.jk_ny6 .jk_ny61 h3 {
  font-size: 36px;
  color: #fff;
  line-height: 45px;
}

.jk_ny6 .jk_ny61 h3 span {
  display: block;
  color: #b60005;
}

.jk_ny6 .jk_ny61 .formdata1 {
  margin-top: 20px;
}

.jk_ny6 .jk_ny61 .item {
  margin-top: 7px;
  width: 100%;
  height: 46px;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
}

.jk_ny6 .jk_ny61 .item .select {
  width: 316px;
  height: 46px;
  border: none;
  background-color: #fff;
}

.jk_ny6 .jk_ny61 .item p {
  float: left;
  font-size: 16px;
  line-height: 46px;
  color: #333;
  padding-left: 20px;
}

.jk_ny6 .jk_ny61 .item input {
  float: left;
  border: none;
  outline: none;
  width: 316px;
  line-height: 46px;
}

.jk_ny6 .jk_ny61 .item .em2 {
  display: block;
  color: #F00;
  position: absolute;
  right: 10px;
  top: 16px;
}

.jk_ny6 .jk_ny61 .item .em1 {
  display: block;
  color: #666;
  font-size: 16px;
  font-family: "Arial";
  position: absolute;
  right: 20px;
  top: 16px;
}

.jk_ny6 .jk_ny61 .item .n-top {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}

.jk_ny6 .jk_ny61 .btn {
  width: 100%;
  height: 46px;
  text-align: center;
  text-align: center;
  line-height: 46px;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  background: #dd0208;
  background: -moz-linear-gradient(top, #dd0208 0%, #b70005 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dd0208 0%, #b70005 100%);
  /*
 Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dd0208 0%, #b70005 100%);
  /* W3C, IE10+, FF16+,
 Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0208',
      endColorstr='#b70005', GradientType=0);
  /* IE6-9 */
  border: none;
  float: left;
  cursor: pointer;
  margin-top: 20px;
}

.jk_ny6 .jk_ny62 {
  width: 508px;
  float: left;
  padding-top: 147px;
  margin-left: 42px;
}

.jk_ny6 .jk_ny62 ul {
  display: inline-block;
  width: 100%;
}

.jk_ny6 .jk_ny62 ul li {
  width: 246px;
  float: left;
  height: 146px;
  border-radius: 10px;
  background-color: #fff;
  margin: 4px;
  text-align: center;
  cursor: pointer;
}

.jk_ny6 .jk_ny62 ul li img {
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  filter: grayscale(100%) brightness(200%);
}

.jk_ny6 .jk_ny62 ul li h3 {
  font-size: 20px;
  line-height: 22px;
  padding-top: 14px;
}

.jk_ny6 .jk_ny62 ul li:hover h3 {
  color: #c80007;
}

.jk_ny6 .jk_ny62 ul li:hover img {
  filter: none;
}


@media (max-width: 1660px) {
  .jk_ny6 .jk_ny61 h3 {
    font-size: 32px;
  }
}

.menu2 {
  width: 100%;
  background: #fff;
  z-index: 10;
  font-size: 18px;
  color: #333;
  position: relative;
  margin-top: -100px;
}

.menu2 .img {
  width: 100%;
  height: 693px;
  position: relative;
}

.menu2 .img img {
  display: block;
  width: 1920px;
  height: 693px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
}

.menu2 img {
  display: block;
  width: 100%;
  height: 300px;
}

.menu2 .ny_menu {
  width: 1400px;
  position: absolute;
  left: 50%;
  top: 26%;
  text-align: left;
  margin-left: -700px;
}

.menu2 .ny_menu h3 {
  font-size: 36px;
  color: #333;
  line-height: 40px;
  background: url(../images/t50_03.png) left center no-repeat;
  padding-left: 68px;
  font-weight: bold;
}

.menu2 .ny_menu h3 span {
  color: #b60005;
}

.menu2 .ny_menu p {
  font-size: 36px;
  color: #333;
  line-height: 40px;
  padding-top: 14px;
  padding-left: 68px;
}


@media (max-width: 1660px) {
  .menu2 .ny_menu {
    width: 1200px;
    margin-left: -600px;
  }

  .menu2 .ny_menu h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .menu1 .ny_menu h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .menu1 .ny_menu p {
    font-size: 16px;
  }

  .menu2 .ny_menu p {
    font-size: 30px;
    line-height: 36px;
  }

  .menu2 .img {
    height: 580px;
  }

  .menu2 .img img {
    top: -112px;
  }
}

.pinpai1 {
  background: url(../images/t42_02.png) bottom center no-repeat;
  width: 100%;
  height: 1017px;
  position: relative;
  z-index: 11;
}

.pinpai1_1 {
  background: url(../images/t41_03.jpg) center center no-repeat;
  width: 1400px;
  height: 454px;
  border-radius: 10px;
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -700px;
}

.pinpai1_1 h3 {
  font-size: 28px;
  color: #333;
  line-height: 32px;
  padding-top: 70px;
}

.pinpai1_1 .p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding-top: 20px;
}

.pinpai1_1_1 {
  width: 46%;
  margin-left: 5%;
  margin-top: 5%;
  display: inline-block;
  float: left;
}

.pinpai1_1_1 dl {
  float: left;
  width: 35%;
  border-top: #e3e3e3 solid 1px;
  position: relative;
  margin-right: 15%;
  height: 146px;
  padding-top: 30px;
}

.pinpai1_1_1 dl dd {
  display: inline-block;
}

.pinpai1_1_1 dl dd p {
  display: inline-block;
}

.pinpai1_1_1 dl dd p span {
  display: block;
  color: #b60005;
  font-size: 60px;
  line-height: 50px;
  font-family: "Arial";
  float: left;
}

.pinpai1_1_1 dl dd p b {
  display: block;
  float: left;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  padding-left: 16px;
  padding-top: 26px;
  font-weight: normal;
}

.pinpai1_1_1 dl dd em {
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 24px;
}

.pinpai1_1_1 dl i {
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 0;
}

.pinpai1_1_1 dl i {
  display: none;
}

.pinpai1_1_2 {
  float: left;
  width: 45%;
  text-align: left;
}


@media (max-width: 1760px) {

  .pinpai1_1_1 dl dd p span {
    font-size: 50px;
    line-height: 40px;
  }

  .pinpai1_1_1 dl dd p b {
    padding-top: 18px;
  }

  .pinpai1_1_2 {
    width: 40%;
  }

  .pinpai1_1 .p {
    font-size: 14px;
    line-height: 28px;
  }
}

.pinpai1_2 {
  padding-top: 486px;
  width: 100%;
}

.pinpai1_2 .pinpai1_21 {
  float: left;
}

.pinpai1_2 .pinpai1_21 h3 {
  font-size: 40px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
}

.pinpai1_2 .pinpai1_21 h3 span {
  color: #b60005;
}

.pinpai1_2 .pinpai1_21 p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  padding-top: 22px;
  width: 460px;
}

.pinpai1_2 .pinpai1_22 {
  float: right;
}

.pinpai1_2 .pinpai1_22 ul {
  display: inline-block;
}

.pinpai1_2 .pinpai1_22 ul li {
  float: left;
  padding-left: 40px;
  text-align: center;
}

.pinpai1_2 .pinpai1_22 ul li img {
  display: block;
  width: 40px;
  margin: 0 auto;
}

.pinpai1_2 .pinpai1_22 ul li h3 {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  padding-top: 14px;
}

.pinpai1_2 .pinpai1_22 ul li:hover {
  transform: translateY(-10px);
}

.pinpai2 {
  background: url(../images/t42_03.png) center center no-repeat;
  width: 100%;
  height: 800px;
  position: relative;
}

.pinpai2 .jk_ny_bt h3 {
  color: #fff;
}

.pinpai2 .jk_ny_bt p {
  color: #fff;
}

.pinpai2_1 {
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.pinpai2_1 ul {
  display: inline-block;
  width: 105%;
}

.pinpai2_1 ul li {
  width: 17.4%;
  margin-right: 2%;
  position: relative;
  float: left;
  overflow: hidden;
}

.pinpai2_1 ul li.li1,
.pinpai2_1 ul li.li3,
.pinpai2_1 ul li.li5 {
  margin-top: 52px;
}

.pinpai2_1 ul li .img1 {
  width: 100%;
  display: block;
  border-radius: 5px;
}

.pinpai2_1 ul li .w {
  position: absolute;
  width: 100%;
  left: 0;
  top: 56%;
  text-align: center;
}

.pinpai2_1 ul li .w i {
  display: block;
  width: 34px;
  height: 14px;
  background: url(../images/t51_07.png) center center no-repeat;
  margin: 0 auto;
}

.pinpai2_1 ul li .w h3 {
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  padding-top: 24px;
  height: 64px;
}

.pinpai2_1 ul li .h {
  background: url(../images/t43_03.png) center center no-repeat;
  transition: all ease 0.36s;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  height: 100%;
  background-size: 100%;
}

.pinpai2_1 ul li .h img {
  display: block;
  width: 52px;
  margin: 0 auto;
  padding-top: 35%;
}

.pinpai2_1 ul li .h h3 {
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  padding-top: 24px;
  height: 64px;
}

.pinpai2_1 ul li .h p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  padding-top: 16px;
  width: 80%;
  margin: 0 auto;
}

.pinpai2_1 ul li .h i {
  display: block;
  width: 34px;
  height: 14px;
  background: url(../images/t51_07.png) center center no-repeat;
  margin: 0 auto;
  margin-top: 16%;
}

.pinpai2_1 ul li .h h4 {
  font-size: 100px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 80px;
  height: 64px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}

.pinpai2_1 ul li:hover .h {
  opacity: 1;
}

.pinpai2_1 ul li:hover .w {
  opacity: 0;
}

.pinpai3 {
  background: url(../images/t42_04.png) bottom center no-repeat;
  width: 100%;
  height: 863px;
  position: relative;
}

.pinpai3_1 {
  margin-top: 20px;
  width: 100%;
  position: relative;
  text-align: center;
}

.pinpai3_1 .gsysul {
  display: inline-block;
}

.pinpai3_1 .gsysul li {
  width: 178px;
  height: 36px;
  border: #333 solid 1px;
  border-radius: 5px;
  line-height: 36px;
  float: left;
  margin: 0 8px;
  font-size: 16px;
}

.pinpai3_1 .gsysul li.active {
  background: -moz-linear-gradient(top, #e5000a 0%, #bf0006 100%);
  background: -webkit-linear-gradient(top, #e5000a 0%, #bf0006 100%);
  background: linear-gradient(to bottom, #e5000a 0%, #bf0006 100%);
  border: none;
  width: 180px;
  height: 38px;
  color: #fff;
  cursor: pointer;
}

.pinpai3_1 .pinpai3_11 {
  background: url(../images/t44_03.png) top center no-repeat;
  width: 100%;
  height: 524px;
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}

.pinpai3_1 .pinpai3_11 .fl_ront {
  position: absolute;
  bottom: 38px;
  left: 3.4%;
  width: 29%;
  border-radius: 5px;
  overflow: hidden;
}

.pinpai3_1 .pinpai3_11 .fl_ront ul {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #6c6b6b;
  display: flex;
}

.pinpai3_1 .pinpai3_11 .fl_ront ul li {
  height: 3px;
  flex: 1;
  border-radius: 5px;
}

.pinpai3_1 .pinpai3_11 .fl_ront ul li.active {
  background-color: #b60005;
}

.pinpai3_1 .pinpai3_11 .swiper-slide {
  width: 100%;
  position: relative;
  display: inline-block;
}

.pinpai3_1 .pinpai3_11 .swiper-slide .w {
  width: 32%;
  float: left;
  margin-left: 3.4%;
  text-align: left;
}

.pinpai3_1 .pinpai3_11 .swiper-slide .w span {
  display: block;
  font-size: 120px;
  color: rgba(0, 0, 0, 0.2);
  line-height: 90px;
  height: 60px;
  overflow: hidden;
  font-family: "Arial";
  text-align: left;
}

.pinpai3_1 .pinpai3_11 .swiper-slide .w .p1 {
  font-size: 14px;
  color: #ccc;
  line-height: 14px;
  padding-top: 56px;
}

.pinpai3_1 .pinpai3_11 .swiper-slide .w h3 {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  padding-top: 10px;
  font-weight: bold;
}

.pinpai3_1 .pinpai3_11 .swiper-slide .w .p2 {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  padding-top: 34px;
  width: 330px;
}

.pinpai3_1 .pinpai3_11 .swiper-slide .img1 {
  width: 61.5%;
  float: right;
  margin-right: 2.8%;
  border-radius: 10px;
}

.pinpai3_1 .swiper-button-prev.swiper-button-black,
.pinpai3_1 .swiper-container-rtl .swiper-button-next.swiper-button-black {
  width: 50px;
  height: 50px;
  outline: none;
  background: #666;
  display: block;
  text-align: center;
  position: absolute;
  left: 3.4%;
  border-radius: 50%;
  top: auto;
  bottom: 86px;
}

.pinpai3_1 .swiper-button-prev.swiper-button-black i,
.pinpai3_1 .swiper-container-rtl .swiper-button-next.swiper-button-black i {
  width: 9px;
  height: 13px;
  background-position: -38px -25px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -7px;
}

.pinpai3_1 .swiper-button-next {
  width: 50px;
  outline: none;
  height: 50px;
  background: #666;
  display: block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: auto;
  left: 9%;
  top: auto;
  bottom: 86px;
}

.pinpai3_1 .swiper-button-next i {
  width: 9px;
  height: 13px;
  background-position: -49px -25px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -7px;
}

.pinpai3_1 .swiper-button-prev:hover,
.pinpai3_1 .swiper-button-next:hover {
  background: -moz-linear-gradient(top, #e5000a 0%, #bf0006 100%);
  background: -webkit-linear-gradient(top, #e5000a 0%, #bf0006 100%);
  background: linear-gradient(to bottom, #e5000a 0%, #bf0006 100%);
}



.pinpai4 {
  background: url(../images/t42_05.jpg) center center no-repeat;
  width: 100%;
  height: 1427px;
  position: relative;
}

.pinpai4 .jk_ny_bt h3 {
  color: #fff;
}

.pinpai4 .jk_ny_bt p {
  color: #fff;
}

.pinpai4_1 {
  width: 100%;
  display: inline-block;
  margin-top: 80px;
}

.pinpai4_1 .pinpai4_11 {
  float: left;
  width: 602px;
  margin-left: 40px;
}

.pinpai4_1 .pinpai4_11 .pinpai4_111 {
  width: 300px;
  height: 100px;
  background: url(../images/t46_03.jpg) center center no-repeat;
  border-radius: 5px;
  margin: 0 auto;
}

.pinpai4_1 .pinpai4_11 .pinpai4_111 h3 {
  font-size: 36px;
  color: #fff;
  line-height: 100px;
  background: url(../images/t48_03.png) left center no-repeat;
  padding-left: 98px;
  margin-left: 22px;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 2px 1px
}

.pinpai4_1 .pinpai4_11 h4 {
  font-size: 50px;
  color: #fff;
  line-height: 64px;
  text-align: center;
  padding-top: 4px;
}

.pinpai4_1 .pinpai4_11 ul {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}

.pinpai4_1 .pinpai4_11 ul li {
  background: url(../images/t47_03.png) center center no-repeat;
  width: 93px;
  height: 93px;
  background-size: 100%;
  float: left;
  text-align: center;
  margin-left: 7px;
  transition: all ease 0.36s;
}

.pinpai4_1 .pinpai4_11 ul li img {
  display: block;
  padding-top: 26px;
  margin: 0 auto;
}

.pinpai4_1 .pinpai4_11 ul li p {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  padding-top: 8px;
}

.pinpai4_1 .pinpai4_11 ul li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}

.pinpai4_1 .pinpai4_12 {
  float: right;
  width: 588px;
}

.pinpai4_1 .pinpai4_12 ul {
  display: inline-block;
}

.pinpai4_1 .pinpai4_12 ul li {
  float: left;
  transition: all ease 0.36s;
  width: 200px;
  margin-right: 94px;
  padding-top: 30px;
  padding-bottom: 60px;
  border-top: rgba(255, 255, 255, 0.5) solid 1px;
}

.pinpai4_1 .pinpai4_12 ul li h5 {
  color: #fff;
}

.pinpai4_1 .pinpai4_12 ul li h5 span {
  font-size: 50px;
  font-family: arial;
  font-weight: bold;
}

.pinpai4_1 .pinpai4_12 ul li h5 b {
  font-weight: 400;
  font-size: 30px;
  vertical-align: top;
  line-height: 40px;
  padding-left: 5px;
}

.pinpai4_1 .pinpai4_12 ul li p {
  font-size: 16px;
  color: #fff;
}

.pinpai4_1 .pinpai4_12 ul li:hover h5 {
  color: #c9161e;
}

.pinpai4_1 .pinpai4_12 ul li.li1 h5 b {
  font-size: 18px;
}

.pinpai4_1 .pinpai4_12 ul li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}

.pinpai4_2 {
  height: 500px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 40px;
}

@media (max-width: 1660px) {
  .pinpai1_1 {
    width: 1200px;
    margin-left: -600px;
  }

  .pinpai1_2 .pinpai1_21 h3 {
    font-size: 32px;
    line-height: 36px;
  }

  .pinpai1_2 .pinpai1_21 p {
    font-size: 16px;
    line-height: 26px;
    padding-top: 20px;
  }

  .pinpai2_1 ul li .h h3 {
    font-size: 20px;
    padding-top: 16px;
  }

  .pinpai2_1 ul li .h p {
    font-size: 14px;
    line-height: 22px;
  }

  .pinpai2_1 ul li .h i {
    margin-top: 14%;
  }

  .pinpai2_1 ul li .h h4 {
    font-size: 80px;
    line-height: 60px;
    height: 46px;
  }

  .pinpai2 {
    height: 700px;
  }

  .pinpai3_1 .pinpai3_11 {
    height: 454px;
  }

  .pinpai3 {
    height: 760px;
  }

  .pinpai3_1 .pinpai3_11 .swiper-slide .w .p1 {
    padding-top: 40px;
  }

  .pinpai3_1 .pinpai3_11 .swiper-slide .w h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .pinpai3_1 .swiper-button-prev.swiper-button-black,
  .pinpai3_1 .swiper-container-rtl .swiper-button-next.swiper-button-black {
    width: 42px;
    height: 42px;
    bottom: 70px;
  }

  .pinpai3_1 .swiper-button-next {
    width: 42px;
    height: 42px;
    bottom: 70px;
  }

  .pinpai4_1 .pinpai4_11 ul li {
    width: 85px;
    height: 85px;
  }

  .pinpai4_1 .pinpai4_11 ul li img {
    padding-top: 20px;
  }

  .pinpai4_1 .pinpai4_11 ul li p {
    font-size: 14px;
    line-height: 14px;
    padding-top: 11px;
  }

  .pinpai4_1 .pinpai4_11 .pinpai4_111 h3 {
    font-size: 30px;
  }

  .pinpai4_1 .pinpai4_11 {
    width: 554px;
    margin-left: 30px;
  }

  .pinpai4_1 .pinpai4_12 ul li {
    width: 180px;
    margin-right: 70px;
    padding-bottom: 46px;
  }

  .pinpai4_1 .pinpai4_12 {
    width: 500px;
  }

  .pinpai4_1 {
    margin-top: 66px;
  }

  .pinpai4_2 {
    height: 420px;
  }

  .pinpai4 {
    height: 1230px;
  }

  .pinpai2_1 ul li .w h3 {
    font-size: 22px;
  }
}


.menu3 {
  width: 100%;
  background: #fff;
  z-index: 10;
  font-size: 18px;
  color: #333;
  position: relative;
}

.menu3 .img {
  width: 100%;
  height: 466px;
  position: relative;
}

.menu3 .img img {
  display: block;
  width: 1920px;
  height: 466px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
}

.menu3 img {
  display: block;
  width: 100%;
  height: 466px;
}

.menu3 .ny_menu {
  width: 1400px;
  position: absolute;
  left: 50%;
  top: 24%;
  text-align: left;
  margin-left: -700px;
}

.menu3 .ny_menu h3 {
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
}

.menu3 .ny_menu p {
  font-size: 22px;
  color: #fff;
  line-height: 40px;
  padding-top: 30px;
}

.menu3 .ny_menu a {
  display: block;
  width: 278px;
  height: 42px;
  background: #dd0208;
  background: -moz-linear-gradient(top, #dd0208 0%, #b70005 100%);
  background: -webkit-linear-gradient(top, #dd0208 0%, #b70005 100%);
  background: linear-gradient(to bottom, #dd0208 0%, #b70005 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0208', endColorstr='#b70005', GradientType=0);
  border-radius: 50px;
  margin-top: 60px;
}

.menu3 .ny_menu a span {
  display: block;
  background: url(../images/t53_03.png) left center no-repeat;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  padding-left: 32px;
  margin-left: 22px;
  transition: all ease 0.36s;
}

.menu3 .ny_menu a:hover {
  background: linear-gradient(to bottom, #bb0409 0%, #910206 100%);
  transition: all ease 0.36s;
}

.menu3 .ny_menu a:hover span {
  padding-left: 30px;
  margin-left: 28px;
  transition: all ease 0.36s;
}

@media (max-width: 1660px) {
  .menu3 .ny_menu {
    width: 1200px;
    margin-left: -600px;
  }

  .menu3 .ny_menu h3 {
    font-size: 34px;
    line-height: 40px;
  }

  .menu3 .ny_menu p {
    font-size: 18px;
    line-height: 36px;
  }
}

.menus {
  background-color: #fff;
  height: 60px;
  border-bottom: #ececec solid 1px;
  position: relative;
  font-size: 14px;
  color: #666;
  line-height: 14px;
}

.menus ul li {
  float: left;
  margin-right: 2px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-left: 25px;
  position: relative;
  transition: ease-in-out 0.2s;
}

.menus ul li .a i {
  position: absolute;
  left: 0;
  bottom: 0;
}

.menus ul li:hover .a i,
.menus ul li.hover .a i {
  background: #b60005;
  ;
  width: 100%;
  height: 3px;
}

.menus ul li:hover a,
.menus ul li.hover a {
  color: #b60005;
  font-weight: bold;
}


.sobtitle {
  background-color: #fff;
  height: 60px;
  border-bottom: #ececec solid 1px;
  position: relative;
  font-size: 14px;
  color: #666;
  line-height: 14px;
}

.sobtitle .wz i {
  float: left;
  width: 19px;
  height: 13px;
  background: url(../images/t55_03.png) center center no-repeat;
  display: block;
  margin-right: 10px;
  margin-top: 1px;
}

.sobtitle .wz {
  float: left;
  width: 50%;
  padding-top: 22px;
}

.sobtitle ul {
  display: block;
  float: right;
}

.sobtitle ul li {
  float: left;
  margin-right: 2px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding-left: 25px;
  transition: ease-in-out 0.2s;
}

.sobtitle ul li dl {
  position: absolute;
  left: 0;
  top: 185px;
  display: none;
  background: #fff;
  width: 100%;
  height: 60px;
}

.sobtitle ul li dl dd {
  width: 1400px;
  margin: 0 auto;
}

.sobtitle ul li dl dd a {
  float: left;
  width: 180px;
  text-align: center;
  line-height: 62px;
  height: 62px;
  position: relative;
  display: block;
}

.sobtitle ul li dl dd a:before {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background: #c9c9c9;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.sobtitle ul li dl dd a:first-child:before {
  width: 0;
}

.sobtitle ul li dl dd a:hover,
.sobtitle ul li dl dd a.on {
  color: #b60005;
  font-weight: bold;
}

.sobtitle ul li.hover dl {
  display: block;
}

.sobtitle ul li .a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.sobtitle ul li .a i {
  position: absolute;
  left: 0;
  bottom: 0;
}

.sobtitle ul li:hover a,
.sobtitle ul li.hover a {
  color: #b60005;
  font-weight: bold;
}

.sobtitle ul li:hover .a i,
.sobtitle ul li.hover .a i {
  background: #b60005;
  ;
  width: 100%;
  height: 3px;
}















.product_show_43 .showimg {
  width: 602px;
}

.product_show_43 .showimg .bigimg {
  width: 600px;
  height: 450px;
}

.product_show_43 .showimg .bigimg .list li {
  width: 600px;
  height: 450px;
}

.product_show_43 .box1_right {
  height: 450px;
  width: calc(100% - 680px);
}

.product_show_43 .showimg .smallimg {
  left: 680px;
  bottom: 85px;
}

.product_show_11 .showimg {
  width: 602px;
}

.product_show_11 .showimg .bigimg {
  width: 600px;
  height: 600px;
}

.product_show_11 .showimg .bigimg .list li {
  width: 600px;
  height: 600px;
}

.product_show_11 .box1_right {
  height: 600px;
  width: calc(100% - 680px);
}

.product_show_11 .box1_right .p {
  line-height: 30px;
}

.product_show_11 .showimg .smallimg {
  left: 680px;
  bottom: 105px;
}

.jobs_wrapper .jobs_center {
  margin-top: 1px;
}

.jobs_center .jobs {
  padding: 5% 0;
  background: #fff;
}

.titlist {
  padding-bottom: 30px;
  border-bottom: 1px solid #666;
  display: inline-block;
  width: 100%;
}

.titlist .j_tit1 {
  float: left;
  font-size: 24px;
  color: #333;
  width: 42%;
  margin-left: 3.5%;
}

.titlist .j_tit2 {
  float: left;
  font-size: 24px;
  color: #333;
  width: 22%;
}

.titlist .j_tit3 {
  float: left;
  font-size: 24px;
  color: #333;
  width: 22%;
}

.postlist .item .top {
  height: 100px;
  line-height: 100px;
}

.postlist .item:nth-child(2n) .top {
  background: #f0f2f6;
}

.postlist .item .top .jt1 {
  float: left;
  width: 42%;
  margin-left: 3.5%;
}

.postlist .item .top .jt2 {
  float: left;
  width: 22%;
  height: 100px;
  font-size: 20px;
  color: #333;
  line-height: 100px;
}

.postlist .item .top .jt3 {
  float: left;
  width: 22%;
  height: 100px;
  font-family: arial;
  font-size: 20px;
  color: #666;
  line-height: 100px;
}

.postlist .item .top .jt4 {
  font-size: 30px;
}

.postlist .item .top .jt1 h3 {
  font-size: 20px;
  color: #333;
}

.postlist .item .top .jt1 h3 b {
  background: #b60005;
  color: #fff;
  padding: 3px 5px;
  margin-right: 10px;
  font-weight: 400;
  border: 1px solid #fff;
}

.postlist .item .bottom {
  border: 1px solid #d3d7dd;
  border-top: none;
  width: calc(100% - 2px);
}

.postlist .item .bottom .bid_box {
  position: relative;
  min-height: 450px;
  padding: 50px;
}

.postlist .item .bottom .bid_box .bit {
  width: 100%;
}

.postlist .item .bottom .bid_box .bit2 {
  width: 100%;
  padding-top: 20px;
}

.postlist .item .bottom .bid_box.xiaoyuan .bit2 {
  float: none;
  width: 100%;
}

.postlist .item .bottom .bid_box .bit3 {
  width: 100%;
}

.postlist .item .bottom .bid_box .bit h3 {
  font-size: 20px;
  line-height: 20px;
  color: #333;
}

.postlist .item .bottom .bid_box .bit .b_cont {
  margin-top: 10px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

.postlist .item .bottom .bid_box .bit .b_cont span {}

.postlist .item .bottom .apply {
  position: absolute;
  bottom: 50px;
  right: 50px;
  display: block;
  width: 200px;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  background: #b60005
}

.postlist .item .bottom .apply span {
  position: relative;
  z-index: 12;
}

.postlist .item .bottom .apply:before,
.postlist .item .bottom .apply:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #d32327;
  z-index: 2;
  transition: .8s;
}

.postlist .item .bottom .apply:before {
  transition: .8s;
  background: #d32327;
  z-index: -1;
}

.postlist .item .bottom .apply:hover:after,
.postlist .item .bottom .apply:hover:before {
  width: 100%;
}

.postlist .item:hover .top {
  cursor: pointer;
}

.postlist .item.hover .top {
  background: #b60005;
}

.postlist .item.hover .top .jt1 h3 {
  color: #fff;
}

.postlist .item.hover .top .jt2 {
  color: #fff;
}

.postlist .item.hover .top .jt3 {
  color: #fff;
}

.postlist .item.hover .top .jt4 {
  color: #fff;
}

.postlist .item.hover .top .jt4.size {
  font-size: 50px;
}

.jobs_wrapper .pager {
  margin-top: 50px;
}

.showVedio2 {
  width: 640px;
  height: 360px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -180px 0 0 -320px;
  z-index: 9999;
  background: #000;
  display: none;
}

.showVedio2_shili {
  height: 361px;
}

.showVedio2 .playcon {
  height: 640px;
}

.showVedio2 .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -16px;
  top: -16px;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center center;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  z-index: 10;
}

.showVedio2 .close:hover {
  transform: rotate(180deg);
}

.showVedio2 video {
  width: 100%;
  display: block;
}

.single_center .contact_left {
  padding: 40px;
  padding-right: 570px;
  position: relative;
  margin-bottom: 0;
}

#map1_container {
  width: 500px;
  position: absolute;
  right: 50px;
  top: 50px;
  bottom: 50px;
}

.ny_head {
  height: 102px;
  background: linear-gradient(to bottom, #30a1ee, #1184d7);
  width: 100%;
}

.product_tit1 {
  background-color: #f2f2f2;
  padding-top: 15px;
  position: relative;
  margin-bottom: 36px;
  padding-bottom: 10px;
}

.product_tit1 h1 {
  font-size: 36px
}

.product_tit1 p {
  color: #666;
  margin-bottom: 7px;
}

.product_tit1 p a {
  color: #666;
}

.product_tit1 p a:hover {
  color: #c9161e;
}

.product_tit1 p i {
  width: 30px;
  height: 14px;
  background-position: -243px -343px;
  margin-right: 11px;
  margin-bottom: 3px;
}

.product_tit1 .wx {
  position: absolute;
  right: -1px;
  bottom: 1px;
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #c9161e;
  color: #fff;
  font-size: 16px;
  font-weight: bold
}

.product_tit1 .wx i {
  width: 18px;
  height: 17px;
  background-position: -130px -471px;
  margin-right: 14px;
}

.product_tit1 .wx:hover {
  opacity: .9;
}

.product_tit1 .wx2 {
  position: absolute;
  right: -1px;
  bottom: 1px;
  width: 250px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #c9161e;
  color: #fff;
  font-size: 16px;
  font-weight: bold
}

.product_tit1 .wx2 i {
  width: 18px;
  height: 17px;
  background-position: -130px -471px;
  margin-right: 14px;
}

.case_show .case_left {
  width: calc(100% - 366px);
}

.case_show .case_left .product_tit {
  position: relative;
  margin-bottom: 14px;
  padding-top: 12px;
  text-align: center;
  border-bottom: #f0f0f0 solid 1px;
  padding-bottom: 20px;
}

.case_show .case_left .product_tit .t {
  text-align: center;
  padding-top: 14px;
}

.case_show .case_left .product_tit .t span {
  padding: 0 12px;
  color: #999;
}

.case_show .case_left .product_tit h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
}

.case_show .case_left .product_tit p {
  color: #666;
  margin-bottom: 7px;
}

.case_show .case_left .product_tit p a {
  color: #666;
}

.case_show .case_left .product_tit p a:hover {
  color: #c9161e;
}

.case_show .case_left .product_tit p i {
  width: 29px;
  height: 14px;
  background-position: -243px -343px;
  margin-right: 11px;
  margin-bottom: 3px;
}

.case_show .case_left .box1 {
  width: 100%;
}

.case_show .case_left .box1 ul {
  display: inline-block;
  width: 100%;
}

.case_show .case_left .box1 li {
  line-height: 35px;
  font-size: 16px;
  width: 25%;
  text-align: center;
  position: relative;
  float: left;
}

.case_show .case_left .box1 li:nth-child(4) i {
  display: none;
}

.case_show .case_left .box1 li .fr {
  font-weight: bold;
}

.case_show .case_left .box1 li .f {
  font-size: 14px;
  color: #999;
  line-height: 14px;
}

.case_show .case_left .box1 li .r {
  font-size: 18px;
  color: #333;
  display: block;
  line-height: 20px;
  font-weight: 500;
}

.case_show .case_left .box1 li i {
  display: block;
  width: 1px;
  height: 36px;
  background-color: #f3f3f3;
  position: absolute;
  right: 0;
  top: 16px;
}

.case_show .case_left .box1 a {
  display: block;
  width: 400px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #c9161e;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  font-weight: bold;
}

.case_show .case_left .box1 a i {
  width: 18px;
  height: 17px;
  background-position: -130px -471px;
  margin-right: 14px;
}

.case_show .case_left .box1 a:hover {
  opacity: .9;
}

.case_show .case_right {
  width: 366px;
  padding-bottom: 50px;
}

.case_show .box2.mt {
  background-color: #fff;
}

.case_show .case_right .box2 .an {
  width: 90%;
  display: inline-block;
  padding-left: 5%;
}

.case_show .case_right .box2 .an li {
  overflow: hidden;
  width: 330px;
  height: 186px;
  position: relative;
  margin-bottom:
    20px;
}

.case_show .case_right .box2 .an li a {
  display: block;
  width: 100%;
  height: 100%;
}

.case_show .case_right .box2 .an li .on {
  color: #fff;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  transition: ease-in-out 0.2s;
  background: rgba(0, 0, 0, 0.66);
  opacity: 0;
}

.case_show .case_right .box2 .an li .on::before,
.case_show .case_right .box2 .an li .on::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 8px;
  right: 8px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  z-index: 10;
}

.case_show .case_right .box2 .an li .on::before {
  border-top: 1px solid rgba(255, 255, 255, 0.47);
  border-bottom: 1px solid rgba(255, 255, 255, 0.47);
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

.case_show .case_right .box2 .an li .on::after {
  border-left: 1px solid rgba(255, 255, 255, 0.47);
  border-right: 1px solid rgba(255, 255, 255, 0.47);
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}

.case_show .case_right .box2 .an li:hover .on::before,
.case_show .case_right .box2 .an li:hover .on::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.case_show .case_right .box2 .an li h3 {
  background: rgba(0, 0, 0, 0.66);
  padding: 0;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  padding-left: 16px;
  float: left;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  padding-bottom: 14px;
  padding-top: 10px;
}

.case_show .case_right .box2 .an li h3 span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.case_show .case_right .box2 .an li .on img {
  display: block;
  width: 30px;
  padding-top: 16px;
  padding-left: 16px;
}

.case_show .case_right .box2 .an li .on .an_d {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}

.case_show .case_right .box2 .an li .on .an_d p {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  padding-left: 16px;
  float: left;
}

.case_show .case_right .box2 .an li .on .an_d p span {
  display: inline-block;
  font-size: 18px;
  color: #fff;
}

.case_show .case_right .box2 .an li .on .an_d .right {
  display: none;
  font-size: 24px;
  line-height: 24px;
  color: #da0108;
  padding-right: 34px;
}

.case_show .case_right .box2 .an li:hover .on {
  opacity: 1;
}

.case_show .case_right .box2 .an li:hover h3 {
  opacity: 0;
}


.case_show .case_right .box1 h1 {
  font-size: 40px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 41px;
  margin-bottom: 45px;
}

.case_show .case_right .box1 p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  padding-bottom: 48px;
}

.case_show .case_right .box1 li {
  border-bottom: 1px solid #ddd;
  line-height: 35px;
  padding-top: 22px;
  font-size: 16px;
  width: 100%;
}

.case_show .case_right .box1 li:first-child {
  padding-top: 0;
}

.case_show .case_right .box1 li .fr {
  font-weight: bold;
}

.case_show .case_right .box1 a {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #c9161e;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  font-weight: bold;
}

.case_show .case_right .box1 a i {
  width: 18px;
  height: 17px;
  background-position: -130px -471px;
  margin-right: 14px;
}

.case_show .case_right .box1 a:hover {
  opacity: .9;
}

.case_show .case_right .box2 img {
  width: 100%;
}

.case_show .case_right .box2 .index_tit {
  background-color: #fff;
  border-radius: 5px;
  padding: 5%;
  width: 90%;
}

.case_show .case_right .box2 .index_tit .right a {
  display: block;
  color: #999;
  line-height: 26px;
}

.case_show .case_right .box2 .index_tit .right a:hover {
  color: #b60005;
}

.case_show .case_right .box2.mt .index_tit {}

.case_show .case_right .box2 .index_tit .left h3 {
  font-size: 22px;
  float: none;
  font-weight: bold;
}

.case_show .case_right .box2.mt .index_tit .left h3 {
  line-height: 26px;
}

.case_show .case_right .box2 .index_tit .left p {
  letter-spacing: 3px;
}

.case_show .case_right .box2 li h3 {
  font-size: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.case_show .case_right .box2 li span {
  color: #666;
}

.case_show .case_right .box2 li {
  color: #666;
  margin-bottom: 30px;
  transition: ease-in-out .2s;
}

.case_show .case_right .box2 li:hover {
  transform: translateY(-5px)
}

.case_show .case_right .box2 #mess {
  margin-bottom: 30px;
  padding-top: 30px;
}

.case_show .case_right .box2 #mess .left {
  width: 100%;
}

.case_show .case_right .box2 input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  line-height: 55px;
  margin-top: 5px;
  background: no-repeat;
  outline: none;
}

.case_show .case_right .box2 .item input {
  width: 50%;
}

.case_show .case_right .box2 .item img {
  width: 90px;
  float: left;
  margin-top: 30px;
}

.case_show .case_right .box2 textarea {
  border: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
  height: 150px;
  line-height: 35px;
  padding: 0 20px;
  margin: 27px 0;
  resize: none;
  outline: none;
}

.case_show .case_right .box2 .bot input {
  background: #c9161e;
  color: #fff;
  font-size: 20px;
  text-align: center;
  outline: none;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

.case_show .case_right .box2 .bot input:hover {
  opacity: 0.9;
}

.case_show_ruan .case_right .box2 .index_tit:first-child {
  padding-top: 0;
}

.case_show .case_right .box3 {
  display: none;
}

.case_show .case_right .box3 .index_tit {
  padding-top: 10px;
}

.case_show .case_right .box3 dd {
  border-bottom: 1px solid #ddd;
  line-height: 50px;
  font-size: 16px
}

.case_show .case_right .box3 dd h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 16px;
}

.case_show .case_right .box3 dd h3 b {
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  background: #ccc;
}

.ny_main_b {
  padding-top: 0;
  background-color: #f1f1f1;
  padding-bottom: 0px;
}

.case_show .case_right .box4 {
  margin-top: 28px;
  background-color: #fff;
  border-radius: 5px;
}

.case_show .case_right .box4 ul {
  display: inline-block;
  width: 90%;
  padding: 0 5%;
}

.case_show .case_right .box4 ul li {
  display: inline-block;
  width: 100%;
}

.case_show .case_right .box4 ul li img {
  display: block;
  width: 72px;
  float: left;
  margin-right: 20px;
}

.case_show .case_right .box4 ul li h3 {
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 4px;
  overflow: hidden;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.case_show .case_right .box4 ul li h3 span {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}

.case_show .case_right .box4 ul li p {
  padding: 0;
  margin: 0;
  color: #333;
}

.case_show .case_right .box4 ul li p span {
  color: #b60005;
}


.designer_dai {
  width: 92%;
  padding: 2%;
  background-color: #fff;
  border-radius: 5px;
}

.designer_dai ul {
  display: inline-block;
  width: 100%;
}

.case_left .con {
  padding: 0 76px;
}

.case_ul.designer_case {
  width: 92%;
}




@media (max-width: 1660px) {

  .case_show .case_right .box2 .index_tit .left h3 {
    font-size: 20px;
  }

}


/* 娴嬩竴娴嬮鏍� */
.hide {
  display: none !important;
}

.testcontent {
  width: 100%;
  background: url(../g-images/cesbg.jpg) no-repeat center top #fafdff;
  padding: 0;
}

.testcontent .w1400 {
  padding-top: 50px;
}

.testcontent .testtop {
  text-align: center;
  width: 600px;
  margin: 0 auto;
  height: 140px;
  background: url(../g-images/csfg_t.png) no-repeat center top;
}

.testcontent .test_container {
  padding: 30px 0;
}

.testcontent .test_container .page {
  display: none;
}

.testcontent .test_container .page .middle-header .tit {
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  background: #da2a2e;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.testcontent .test_container .page .middle-header .tit em {
  font-family: "ITCAvantGardeStd-Bold";
  font-size: 28px;
  color: #fff;
  display: block;
  width: 55px;
  text-align: center;
  float: left;
}

.testcontent .test_container .page .middle-header .tit span {
  width: 240px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  font-size: 20px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  vertical-align: middle;
  display: block;
  float: right;
  margin-top: 1px;
  margin-right: 1px;
}

.testcontent .test_container .page .middle-main {
  padding: 30px 0;
  text-align: center;
}

.testcontent .test_container .page .middle-main .middle-select {
  display: inline-block;
}

.testcontent .test_container .page .middle-main .middle-item {
  cursor: pointer;
}

.testcontent .test_container .page .middle-main .middle-item .on {
  display: none;
}

.testcontent .test_container .page .middle-main .middle-item .off {
  display: block;
}

.testcontent .test_container .page .middle-main .middle-item.active .on {
  display: block;
}

.testcontent .test_container .page .middle-main .middle-item.active .off {
  display: none;
}

.testcontent .test_container .page .middle-footer {
  padding-top: 20px;
  text-align: center;
}

.testcontent .test_container .page .middle-footer .btn {
  height: 53px;
  line-height: 53px;
  text-align: center;
  font-size: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  width: 226px;
  background: url(../g-images/csbtn.png) no-repeat center;
}

.testcontent .test_container .page .middle-footer .btn em {
  width: 14px;
  height: 24px;
  display: inline-block;
  background: url(../g-images/csjt.png) no-repeat -18px 0;
  vertical-align: middle;
}

.testcontent .test_container .page .middle-footer .btn:hover {
  color: #da2a2e;
  width: 226px;
  background: url(../g-images/csbtna.png) no-repeat;
}

.testcontent .test_container .page .middle-footer .btn:hover em {
  background-position: -18px -26px;
}

.testcontent .test_container .page .middle-footer .btn-next,
.testcontent .test_container .page .middle-footer .btn-finish {
  background: url(../g-images/csbtna.png) no-repeat;
}

.testcontent .test_container .page .middle-footer .btn-next em,
.testcontent .test_container .page .middle-footer .btn-finish em {
  background-position: 0 0;
  margin-left: 10px;
}

.testcontent .test_container .page .middle-footer .btn-next:hover em,
.testcontent .test_container .page .middle-footer .btn-finish:hover em {
  background-position: 0 -26px;
}

.testcontent .test_container .page .middle-footer .btn-prev {
  margin-right: 20px;
}

.testcontent .test_container .page .middle-footer .btn-prev em {
  margin-right: 10px;
}

.testcontent .test_container .page.active {
  display: block;
}

.testcontent .test_container .page1 .middle-item {
  float: left;
  margin-right: 100px;
  width: 152px;
}

.testcontent .test_container .page1 .middle-item.type1 {
  margin-left: 120px;
}

.testcontent .test_container .page2 .p2-sex-box {
  text-align: center;
}

.testcontent .test_container .page2 .p2-sex-box .p2-sex {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 30px;
  cursor: pointer;
}

.testcontent .test_container .page2 .p2-sex-box .p2-sex img {
  width: 64px;
  height: 99px;
}

.testcontent .test_container .page2 .p2-sex-box .p2-sex .on {
  display: none;
}

.testcontent .test_container .page2 .p2-sex-box .p2-sex .off {
  display: block;
}

.testcontent .test_container .page2 .p2-sex-box .p2-sex.active .on {
  display: block;
}

.testcontent .test_container .page2 .p2-sex-box .p2-sex.active .off {
  display: none;
}

.testcontent .test_container .page2 .p2-age-box {
  text-align: center;
}

.testcontent .test_container .page2 .p2-age-box .p2-age {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 15px;
  cursor: pointer;
  font-size: 20px;
  padding-top: 20px;
}

.testcontent .test_container .page2 .p2-age-box .p2-age .dian {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../g-images/check_off.png) no-repeat;
  margin-right: 8px;
}

.testcontent .test_container .page2 .p2-age-box .p2-age .on {
  display: none;
}

.testcontent .test_container .page2 .p2-age-box .p2-age .off {
  display: block;
}

.testcontent .test_container .page2 .p2-age-box .p2-age.active .on {
  display: block;
}

.testcontent .test_container .page2 .p2-age-box .p2-age.active .off {
  display: none;
}

.testcontent .test_container .page2 .p2-age-box .p2-age.active .dian {
  background: url(../g-images/check_on.png) no-repeat;
}

.testcontent .test_container .page3 .p3-style {
  margin-left: 20px;
  width: 173px;
  float: left;
}

.testcontent .test_container .page3 .p3-style:first-child {
  margin-left: 0;
}

.testcontent .test_container .page3 .p3-style .style-img {
  height: 130px;
  width: 173px;
  overflow: hidden;
}

.testcontent .test_container .page3 .p3-style .style-img a {
  display: block;
  height: 130px;
}

.testcontent .test_container .page3 .p3-style .style-img img {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}

.testcontent .test_container .page3 .p3-style .desc {
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
}

.testcontent .test_container .page3 .p3-style .desc .dian {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../g-images/check_off.png) no-repeat;
  margin-right: 8px;
}

.testcontent .test_container .page3 .p3-style .desc.active {
  color: #da2a2e;
}

.testcontent .test_container .page3 .p3-style .desc.active .dian {
  background: url(../g-images/check_on.png) no-repeat;
}

.testcontent .test_container .page3 .p3-style.active .style-img img {
  border: 3px solid #da2a2e;
}

.testcontent .test_container .page3 .p3-style.active .desc .dian {
  background: url(../g-images/check_on.png) no-repeat;
}

.testcontent .test_container .page4 {
  font-size: 16px;
}

.testcontent .test_container .page4 .form-city {
  width: 360px;
  height: 48px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  position: relative;
}

.testcontent .test_container .page4 .form-city span {
  display: block;
  text-align: left;
  padding-left: 15px;
  line-height: 48px;
  position: relative;
  z-index: 6;
}

.testcontent .test_container .page4 .form-city ul {
  position: absolute;
  width: 362px;
  top: 47px;
  left: -1px;
  background: #fff;
  text-align: left;
  border-bottom: 1px solid #ccc;
  display: none;
}

.testcontent .test_container .page4 .form-city ul li {
  display: block;
  padding-left: 15px;
  line-height: 40px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #eee;
}

.testcontent .test_container .page4 .form-city ul li:hover {
  background: #da2a2e;
  color: #fff;
  border-left: 1px solid #da2a2e;
  border-right: 1px solid #da2a2e;
}

.testcontent .test_container .page4 .district {
  position: relative;
  z-index: 10;
  display: inline-block;
}

.testcontent .test_container .page4 .district i {
  position: absolute;
  top: 0;
  right: 18px;
  width: 28px;
  height: 48px;
  background: url(../g-images/jiantou.png) no-repeat left center;
  display: block;
}

.testcontent .test_container .page4 #city {
  width: 340px !important;
  height: 30px;
  margin-top: 11px;
}

.testcontent .test_container .page4 .form-phone {
  width: 360px;
  height: 48px;
  border: 1px solid #ccc;
  position: relative;
  margin: 0 auto;
  margin-bottom: 8px;
}

.testcontent .test_container .page4 .form-phone input {
  width: 341px;
  height: 48px;
  padding-left: 16px;
  border: 0 none;
  outline: none;
}

.testcontent .test_container .page4 .form-phone .red {
  position: absolute;
  top: 30%;
  right: 30%;
  color: #df1f1f;
  font-weight: 100;
  font-size: 22px;
}

.testcontent .test_container .page4 .form-phone label {
  position: absolute;
  left: 19px;
  top: 13px;
  color: #bbb;
  cursor: text;
}

.testcontent .test_container .middle-main-page3 .middle-select {
  margin: 0 auto;
}

@media screen and (max-width: 1681px) {
  .testcontent .w1200 {
    padding-top: 18px;
  }
}

@media screen and (max-width: 1601px) {
  .testcontent .testtop {
    background-size: 80%;
    height: 110px;
  }

  .testcontent .test_container {
    padding: 20px 0;
  }

  .testcontent .test_container .page .middle-main {
    padding: 18px 0;
  }

  .testcontent .test_container .page .middle-main .middle-item img {
    max-height: 120px;
  }

  .testcontent .test_container .page .middle-footer {
    padding-top: 0;
  }

  .testcontent .test_container .page2 .p2-age-box .p2-age {
    padding-top: 12px;
  }

  .testcontent .test_container .page3 .p3-style .style-img {
    height: 110px;
  }
}

@media screen and (max-width: 1368px) {
  .testcontent .w1200 {
    padding-top: 10px;
  }

  .testcontent .testtop {
    background-size: 76%;
    height: 75px;
  }

  .testcontent .test_container {
    padding: 20px 0;
  }

  .testcontent .test_container .page .middle-header {
    height: 40px;
    line-height: 40px;
  }

  .testcontent .test_container .page .middle-header .tit {
    height: 40px;
    line-height: 40px;
  }

  .testcontent .test_container .page .middle-header .tit span {
    height: 38px;
    line-height: 38px;
  }

  .testcontent .test_container .page .middle-main {
    padding: 18px 0;
  }

  .testcontent .test_container .page .middle-main .middle-item img {
    max-height: 120px;
  }

  .testcontent .test_container .page .middle-footer {
    padding-top: 0;
  }

  .testcontent .test_container .page .middle-footer .btn {
    height: 50px;
    line-height: 50px;
    background-size: 90%;
  }

  .testcontent .test_container .page .middle-footer .btn:hover {
    background-size: 90%;
  }

  .testcontent .test_container .page1 .middle-item.type1 {
    margin-left: 158px;
  }

  .testcontent .test_container .page2 .p2-age-box .p2-age {
    padding-top: 8px;
  }

  .testcontent .test_container .page3 .p3-style .style-img {
    height: 112px;
  }
}

.resultbox .rstop {
  position: relative;
  text-align: center;
}

.resultbox .rstop h3 {
  font-size: 20px;
}

.resultbox .rstop .rstit {
  font-weight: bold;
  font-size: 24px;
  color: #da2a2e;
}

.resultbox .rstop s {
  width: 450px;
  display: block;
  height: 3px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  position: absolute;
  top: 36px;
}

.resultbox .rstop s.lef {
  left: 0;
}

.resultbox .rstop s.rig {
  right: 0;
}

.resultbox .rsultbot {
  padding-top: 20px;
}

.resultbox .btnbox {
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
}

.resultbox .btnbox a {
  display: inline-block;
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #444;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.resultbox .btnbox a.baoj {
  background: #f2444b;
  margin-left: 10px;
}

.resultbox .btnbox a:hover {
  background: #da2a2e;
}

@media screen and (max-width: 1601px) {
  .resultbox #certify .swiper-slide {
    width: 419px;
    height: 314px;
  }
}

@media screen and (max-width: 1368px) {
  .resultbox .rsultbot {
    padding-top: 14px;
  }

  .resultbox #certify .swiper-slide {
    width: 494px;
    height: 374px;
  }
}

#certify {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

#certify .swiper-container {
  padding-bottom: 60px;
}

#certify .swiper-slide {
  width: 494px;
  height: 370px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
  border: 5px solid #fff;
  box-sizing: border-box;
}

#certify .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

#certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #da2a2e;
  background-color: #fff;
}

#certify .swiper-button-prev {
  left: 20%;
  width: 40px;
  height: 40px;
  background: url(../g-images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#certify .swiper-button-prev:hover {
  background-position: 0 -45px;
  background-size: 100%;
}

#certify .swiper-button-next {
  right: 20%;
  width: 40px;
  height: 40px;
  background: url(../g-images/wm_button_icon.png) no-repeat;
  background-position: 0 -90px;
  background-size: 100%;
}

#certify .swiper-button-next:hover {
  background-position: 0 -135px;
  background-size: 100%;
}

/*****璁捐甯�*/
.designer_main {
  background-color: #f1f1f1;
  padding-top: 42px;
  display: inline-block;
  width: 100%;
}

.designer_main .body ul {
  display: inline-block;
  width: 100%;
}

.designer_main .body li {
  margin-bottom: 30px;
  transition: ease-in-out .2s;
  float: left;
  background: #fff;
  width: 47%;
  padding: 1%;
  padding-right: 20px;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
}

.designer_main .body li .img {
  position: relative;
  padding-top: 51%;
  display: block;
  width: 36.3%;
  overflow: hidden;
  margin-right: 5%;
  border-radius: 5px;
}

.designer_main .body li .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.designer_main .body li h3 {
  font-size: 26px;
  padding-bottom: 20px;
  padding-top: 26px;
  overflow: hidden;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.designer_main .body li h3 span {
  font-size: 16px;
  font-weight: 400;
  color: #666
}

.designer_main .body li h4 {
  color: #333;
  margin-bottom: 37px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.designer_main .body li h5 {
  font-size: 18px;
  color: #263463;
  padding-bottom: 17px;
}

.designer_main .body li p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-bottom: 30px;
}

.designer_main .body li .anli {
  position: absolute;
  right: 1%;
  bottom: 4%;
  width: 58%;
}

.designer_main .body li .anli a {
  display: block;
  width: 46%;
  overflow: hidden;
  margin-right: 4%;
  float: left;
  overflow: hidden;
  transition: all ease 0.36s;
  border-radius: 5px;
}

.designer_main .body li .anli a img {
  display: block;
  width: 100%;
  border-radius: 5px;
  transition: all ease 0.36s;
}

.designer_main .body li .anli a:hover img {
  transform: scale(1.05);
  transition: all ease 0.36s;
}

.designer_main .body li:nth-child(2n) {
  float: right;
}

.designer_main .body li:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.designer_main .body li dl {
  padding-top: 10px;
}

.designer_main .body li dd {
  margin-bottom: 12px;
  position: relative;
  margin-left: 41%;
  padding-left: 40px;
  line-height: 26px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.designer_main .body li dd i {
  width: 26px;
  height: 26px;
  background-position: 0 -282px;
  position: absolute;
  left: 0;
  top: 0;
}

.designer_main .body li dd:nth-child(2) i {
  background-position: -30px -282px;
}

.designer_main .body li dd:nth-child(3) i {
  background-position: -60px -282px;
}

.designer_main .body li .tips {
  display: inline-block;
  width: 120px;
  height: 34px;
  background-color: #b60005;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 4%;
  top: 12%;
  color: #fff;
  line-height: 34px;
}

.designer_main .body li .tips:hover {
  background-color: #d9050b;
}

.designer_main .body li .tips span {
  display: inline-block;
  background: url(../images/t56_03.png) right center no-repeat;
  padding-right: 12px;
}

.designer_main .case_left .body li {
  width: 96%;
  padding: 2%;
  padding-right: 4%;
}

.designer_case h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.xq_an {
  position: relative;
  width: 100%;
}

.xq_an .bd {
  width: 100%;
}

.xq_an .bd img {
  display: block;
  width: 100%;
}

.xq_an .hd .prev {
  display: block;
  width: 30px;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
}

.xq_an .hd .next {
  display: block;
  width: 30px;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
}

.xq_an .hd .prev span {
  display: block;
  width: 12px;
  height: 22px;
  background-position: -126px -54px;
  margin: 0 auto;
  margin-top: 23px;
}

.xq_an .hd .next span {
  display: block;
  width: 10px;
  height: 22px;
  background-position: -143px -54px;
  margin: 0 auto;
  margin-top: 23px;
}

.xq_an .hd .ul {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.xq_an .hd .ul ul {
  display: inline-block;
  width: auto;
}

.xq_an .hd ul li {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #8f8787;
  border-radius: 50%;
  margin: 0 6px;
  float: left;
}

.xq_an .hd ul li.on {
  background-color: #b60005;
}

/*.case_show .case_left .con{line-height:28px;font-size:16px; margin-bottom:20px;text-align:left;}*/
.case_show .case_left .con img {
  max-width: 100%;
  border-radius: 5px;
  vertical-align: top;
}

.designer_main .case_left .body li .tips {
  width: 120px;
  height: 34px;
  background-color: #b60005;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin-top: 40px;
  right: auto;
  top: auto;
}

.designer_main .case_left .body li dd:nth-child(3) i {
  background-position: -94px -282px;
}

.designer_main .case_left .body li dd:nth-child(4) i {
  background-position: -127px -282px;
}

.designer_main .case_left .body li dd {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  white-space: break-spaces;

}

.designer_main .case_left .body li h3 {
  padding-top: 46px;
}


.gong_w1 {
  background: url(../images/t58_02.jpg) top center no-repeat;
  width: 100%;
  height: 1876px;
  position: relative;
}

.gong_w1 .jk_ny_bt {
  padding-top: 60px;
}

.gong_w11 {
  width: 100%;
  position: relative;
  text-align: center;
}

.gong_w11 .bd {
  width: 100%;
  overflow: hidden;
}

.gong_w11 .bd ul {
  display: inline-block;
}

.gong_w11 .bd ul li {
  width: 218px;
  height: 300px;
  background-color: #fff;
  margin-right: 18px;
  float: left;
  text-align: center;
  transition: all ease 0.36s;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 22px;
  margin-top: 34px;
  position: relative;
}

.gong_w11 .bd ul li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.gong_w11 .bd ul li img {
  display: block;
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 50%;
  border: #ddd solid 5px;
}

.gong_w11 .bd ul li h3 {
  font-size: 18px;
  line-height: 24px;
  padding: 0 10%;
  padding-top: 14px;
}

.gong_w11 .bd ul li p {
  font-size: 80px;
  background-image: -webkit-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0.1));
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 64px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

.gong_w11 .hd {
  display: inline-block;
}

.gong_w11 .hd ul {
  display: inline-block;
  float: left;
  margin-top: 22px;
}

.gong_w11 .hd ul li {
  width: 54px;
  height: 3px;
  background-color: #999;
  border-radius: 5px;
  margin: 0 8px;
  font-size: 0;
  float: left;
}

.gong_w11 .hd ul li.on {
  background-color: #c20006;
}

.gong_w11 .hd a {
  display: block;
  width: 42px;
  margin: 0 12px;
  float: left;
  height: 42px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.gong_w11 .hd a:hover {
  background: #b60005;
}

.gong_w11 .hd .prev i {
  width: 9px;
  height: 14px;
  background-position: -466px -0px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -7px;
}

.gong_w11 .hd .next i {
  width: 9px;
  height: 14px;
  background-position: -475px -0px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -7px;
}

.gong_w11 .hd .prev:hover i {
  background-position: -484px -0px;
}

.gong_w11 .hd .next:hover i {
  background-position: -493px -0px;
}


.gong_w12 {
  width: 100%;
  display: inline-block;
  margin-top: 170px;
  position: relative;
}

.gong_w12 .jk_ny_bt {
  text-align: left;
  padding-top: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.gong_w121 {
  width: 100%;
  position: relative;
}

.gong_w121 .hd {
  height: 214px;
  margin-top: 126px;
  position: relative;
  width: 34%;
  float: left;
}

.gong_w121 .hd ul {
  display: inline-block;
  width: 100%;
}

.gong_w121 .hd ul li {
  width: 82px;
  height: 82px;
  border: #a7a7a7 solid 1px;
  border-radius: 50%;
  margin-right: 32px;
  float: left;
  text-align: center;
  cursor: pointer;
}

.gong_w121 .hd ul li span {
  display: block;
  width: 72px;
  height: 72px;
  border: #a7a7a7 solid 1px;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 4px;
  font-size: 20px;
  color: #333;
  line-height: 72px;
}

.gong_w121 .hd ul li.on {
  background-color: #dd0208;
  border: #dd0208 solid 1px;
}

.gong_w121 .hd ul li.on span {
  border: #fff solid 1px;
  color: #fff;
}

.gong_w121 .hd .arrow {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.gong_w121 .hd .prev {
  width: 54px;
  height: 36px;
  outline: none;
  background: #666;
  display: block;
  text-align: center;
  cursor: pointer;
  float: left;
  position: relative;
}

.gong_w121 .hd .prev i {
  width: 9px;
  height: 13px;
  background-position: -38px -25px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -7px;
}

.gong_w121 .hd .next {
  width: 54px;
  outline: none;
  height: 36px;
  background: #666;
  display: block;
  text-align: center;
  cursor: pointer;
  float: left;
  margin-left: 18px;
  position: relative;
}

.gong_w121 .hd .next i {
  width: 9px;
  height: 13px;
  background-position: -49px -25px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -7px;
}

.gong_w121 .hd .next:hover,
.gong_w121 .hd .prev:hover {
  background: -moz-linear-gradient(top, #e5000a 0%, #bf0006 100%);
  background: -webkit-linear-gradient(top, #e5000a 0%, #bf0006 100%);
  background: linear-gradient(to bottom, #e5000a 0%, #bf0006 100%);
}

.gong_w121 .hd em {
  display: block;
  width: 60%;
  height: 1px;
  background-color: #b2b1b1;
  position: absolute;
  right: 0;
  bottom: 18px;
}

.gong_w121 .bd {
  float: right;
  width: 66%;
}

.gong_w121 .bd ul {
  display: inline-block;
  width: 100%;
}

.gong_w121 .bd ul li {
  width: 31%;
  border: #a5a5a5 solid 1px;
  border-radius: 5px;
  height: 98px;
  margin-right: 3%;
  float: left;
  margin-bottom: 20px;
}

.gong_w121 .bd ul li.li3,
.gong_w121 .bd ul li.li6,
.gong_w121 .bd ul li.li9 {
  margin-right: 0;
}

.gong_w121 .bd ul li:hover {
  background: url(../images/t62_03.jpg) center center no-repeat;
  width: 31.2%;
  height: 99px;
  background-size: 100% 100%;
  border: none;
}

.gong_w121 .bd ul li p {
  display: block;
  line-height: 98px;
  width: 30%;
  text-align: center;
  font-size: 40px;
  color: #333;
  float: left;
}

.gong_w121 .bd ul li h3 {
  width: 58%;
  margin-left: 7%;
  float: left;
  font-size: 18px;
  color: #333;
  line-height: 24px;
  height: 98px;
  display: flex;
  align-items: center;
  text-align: left;
}

.gong_w121 .bd ul li:hover p {
  color: #fff;
}

.gong_w121 .bd ul li:hover h3 {
  color: #fff;
}

.gong_w13 {
  padding-top: 170px;
  width: 100%;
  position: relative;
}

.gong_w13 .jk_ny_bt {
  text-align: left;
}

.gong_w13 .jk_ny_bt p {
  color: #fff;
  line-height: 24px;
}

.gong_w13 .gong_w131 {
  width: 380px;
  padding-top: 30px;
}

.gong_w13 .gong_w131 ul {
  display: inline-block;
  width: 100%;
}

.gong_w13 .gong_w131 ul li {
  width: 50%;
  float: left;
  padding-top: 36px;
  transition: all ease 0.36s;
}

.gong_w13 .gong_w131 ul li img {
  display: block;
  width: 51px;
}

.gong_w13 .gong_w131 ul li h3 {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  padding-top: 14px;
}

.gong_w13 .gong_w131 ul li p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

.gong_w13 .gong_w131 ul li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}

.gong_w2 {
  background: url(../images/t59_02.jpg) center center no-repeat;
  width: 100%;
  height: 883px;
  position: relative;
}

.gong_w21 {
  width: 100%;
  display: inline-block;
  padding-top: 100px;
}

.gong_w21 .gong_w211 {
  width: 23.6%;
  float: left;
}

.gong_w21 .gong_w211 img {
  display: block;
  width: 100%;
}

.gong_w21 .gong_w212 {
  width: 69.6%;
  float: right;
  position: relative;
}

.gong_w21 .gong_w212 .jk_ny_bt {
  text-align: left;
  padding-top: 24px;
}

.gong_w21 .gong_w212 .gong_w2121 {
  width: 100%;
  position: relative;
}

.gong_w21 .gong_w212 .gong_w2121 .hd {
  position: absolute;
  right: 0;
  top: -52px;
}

.gong_w21 .gong_w212 .gong_w2121 .hd .prev {
  width: 50px;
  height: 50px;
  outline: none;
  background: #666;
  display: block;
  text-align: center;
  float: left;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.gong_w21 .gong_w212 .gong_w2121 .hd .prev i {
  width: 9px;
  height: 13px;
  background-position: -38px -25px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -7px;
}

.gong_w21 .gong_w212 .gong_w2121 .hd .next {
  width: 50px;
  outline: none;
  height: 50px;
  background: #666;
  display: block;
  border-radius: 50%;
  float: left;
  text-align: center;
  border-radius: 50%;
  position: relative;
  margin-left: 16px;
  cursor: pointer;
}

.gong_w21 .gong_w212 .gong_w2121 .hd .next i {
  width: 9px;
  height: 13px;
  background-position: -49px -25px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -7px;
}

.gong_w21 .gong_w212 .gong_w2121 .hd .prev:hover,
.gong_w21 .gong_w212 .gong_w2121 .hd .next:hover {
  background: -moz-linear-gradient(top, #e5000a 0%, #bf0006 100%);
  background: -webkit-linear-gradient(top, #e5000a 0%, #bf0006 100%);
  background: linear-gradient(to bottom, #e5000a 0%, #bf0006 100%);
}

.gong_w21 .gong_w212 .gong_w2121 .bd {
  width: 100%;
}

.gong_w21 .gong_w212 .gong_w2121 .bd ul {
  display: inline-block;
}

.gong_w21 .gong_w212 .gong_w2121 .bd ul li {
  width: 310px;
  float: left;
  margin-right: 20px;
  margin-top: 30px;
  overflow: hidden;
}

.gong_w21 .gong_w212 .gong_w2121 .bd ul li img {
  display: block;
  width: 100%;
  border-radius: 5px;
  transition: all ease 0.36s;
}

.gong_w21 .gong_w212 .gong_w2121 .bd ul li:hover img {
  transform: scale(1.05);
  transition: all ease 0.36s;
}

.gong_w2122 {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 15%;
}

.gong_w21221 {
  float: left;
  width: 220px;
}

.gong_w21221 i {
  display: block;
  width: 19px;
  height: 23px;
  background: url(../images/t64_10.png) center center no-repeat;
}

.gong_w21221 p {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  padding-top: 24px;
  display: block;
  width: 100%;
}

.gong_w21222 {
  float: right;
}

.gong_w21222 h3 {
  font-size: 26px;
  color: #333;
  line-height: 26px;
  text-align: right;
}

.gong_w21222 ul {
  display: inline-block;
}

.gong_w21222 ul li {
  float: left;
  margin-left: 40px;
  text-align: center;
  margin-top: 20px;
  transition: all ease 0.36s;
}

.gong_w21222 ul li img {
  display: block;
  width: 58px;
  margin: 0 auto;
}

.gong_w21222 ul li h3 {
  font-size: 16px;
  line-height: 18px;
  padding-top: 10px;
}

.gong_w21222 ul li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}


.gong_w3 {
  background: url(../images/t60_02.jpg) center center no-repeat;
  width: 100%;
  height: 872px;
  position: relative;
}

.gong_w31 {
  width: 100%;
  background: url(../images/t65_03.png) center center no-repeat;
  width: 100%;
  height: 579px;
  position: relative;
  margin-top: 34px;
  background-size: 100%;
}

.gong_w31 .hd {
  width: 100%;
}

.gong_w31 .hd ul {
  display: inline-block;
  width: 100%;
  height: 74px;
}

.gong_w31 .hd ul li {
  width: 12.5%;
  text-align: center;
  float: left;
}

.gong_w31 .hd ul li p {
  width: 32px;
  height: 32px;
  background-color: #cdcdcd;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 5px;
  line-height: 32px;
}

.gong_w31 .hd ul li h3 {
  font-size: 18px;
  color: #b0b0b0;
  line-height: 20px;
  padding-top: 16px;
}

.gong_w31 .hd ul li.on p {
  background: #dd0208;
  background: -moz-linear-gradient(top, #dd0208 0%, #b70005 100%);
  background: -webkit-linear-gradient(top, #dd0208 0%, #b70005 100%);
  background: linear-gradient(to bottom, #dd0208 0%, #b70005 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0208', endColorstr='#b70005', GradientType=0);
  width: 41px;
  height: 41px;
  margin-top: 0;
  color: #fff;
  line-height: 41px;
}

.gong_w31 .hd ul li.on h3 {
  padding-top: 12px;
  color: #b60005;
}

.gong_w31 .hd ul.ul2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.gong_w31 .hd ul.ul2 li {
  width: 11.5%;
}

.gong_w31 .hd ul.ul2 li.li15 {
  position: absolute;
  left: 10%;
  top: 0;
}

.gong_w31 .hd ul.ul2 li.li14 {
  position: absolute;
  left: 21.5%;
  top: 0;
}

.gong_w31 .hd ul.ul2 li.li13 {
  position: absolute;
  left: 33%;
  top: 0;
}

.gong_w31 .hd ul.ul2 li.li12 {
  position: absolute;
  left: 44.5%;
  top: 0;
}

.gong_w31 .hd ul.ul2 li.li11 {
  position: absolute;
  left: 56%;
  top: 0;
}

.gong_w31 .hd ul.ul2 li.li10 {
  position: absolute;
  left: 67.5%;
  top: 0;
}

.gong_w31 .hd ul.ul2 li.li9 {
  position: absolute;
  left: 79%;
  top: 0;
}

.gong_w31 .bd {
  margin-top: 25px;
  width: 100%;
}

.gong_w31 .bd ul {
  display: inline-block;
  width: 100%;
}

.gong_w31 .bd ul img {
  display: block;
  width: 35.7%;
  float: left;
}

.gong_w31 .bd ul .w {
  margin-left: 5.6%;
  float: left;
  width: 53%;
  position: relative;
  height: 100%;
  height: 375px;
}

.gong_w31 .bd ul .w .wa {
  font-size: 16px;
  color: #333;
  line-height: 34px;
  padding-top: 34px;
  padding-right: 60px;
}

.gong_w31 .bd ul .w .wa p {
  background: url(../images/t68_03.png) 0 14px no-repeat;
  padding-left: 30px;
}

.gong_w31 .bd ul .w h3 {
  width: 160px;
  height: 58px;
  background-color: #422b2b;
  text-align: center;
  line-height: 58px;
  font-size: 20px;
  color: #fff;
  border-radius: 0 0 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.gong_w31 .bd ul .w span {
  display: block;
  font-size: 100px;
  color: rgba(0, 0, 0, 0.2);
  line-height: 80px;
  position: absolute;
  right: 5%;
  bottom: 2%;
}

.gong_w4 {
  background: url(../images/t61_02.jpg) center center no-repeat;
  width: 100%;
  height: 720px;
  position: relative;
}

.gong_w4 .jk_ny_bt h3 {
  color: #fff;
}

.gong_w41 {
  background: url(../images/t67_03.png) center center no-repeat;
  width: 100%;
  height: 402px;
  position: relative;
  background-size: 100%;
  margin-top: 56px;
}

.gong_w41 .gong_w411 {
  width: 43%;
  float: left;
  padding-left: 5%;
}

.gong_w41 .gong_w411 h3 {
  font-size: 32px;
  line-height: 32px;
  padding-top: 10px;
  color: #b60005;
  padding-top: 50px;
}

.gong_w41 .gong_w411 ul {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}

.gong_w41 .gong_w411 ul li {
  width: 29%;
  float: left;
  background: url(../images/t69_03.png) left 5px no-repeat;
  padding-left: 40px;
  margin-top: 12px;
  font-size: 17px;
  color: #333;
  line-height: 34px;
  padding-right: 10%;
  transition: all ease 0.36s;
}


.gong_w41 .gong_w412 {
  width: 47%;
  float: right;
}

.gong_w41 .gong_w412 h3 {
  font-size: 30px;
  line-height: 30px;
  padding-top: 10px;
  color: #fff;
  padding-top: 132px;
}

.gong_w41 .gong_w412 ul {
  display: inline-block;
  width: 100%;
  padding-top: 8px;
}

.gong_w41 .gong_w412 ul li {
  width: 44%;
  float: left;
  background: url(../images/t69_07.png) left center no-repeat;
  padding-left: 38px;
  margin-top: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  padding-right: 0;
  transition: all ease 0.36s;
}

.gong_w41 .gong_w411 ul li:hover {
  transform: translateY(-3px);
  transition: all ease 0.36s;
}

.gong_w41 .gong_w412 ul li:hover {
  transform: translateY(-3px);
  transition: all ease 0.36s;
}

@media (max-width: 1660px) {
  .designer_main .body li .tips {
    width: 100px;
  }

  .designer_main .body li dl {
    padding-top: 0px;
  }

  .designer_main .body li dd {
    margin-bottom: 6px;
  }

  .designer_main .body li h3 {
    font-size: 24px;
    padding-top: 23px;
  }

  .designer_main .case_left .body li h3 {
    padding-top: 12px;
  }

  .designer_main .case_left .body li .tips {
    margin-top: 24px;
  }

  .gong_w11 .bd ul li {
    width: 184.4px;
  }

  .gong_w121 .bd ul li h3 {
    font-size: 16px;
  }

  .gong_w1 {
    height: 1740px;
  }

  .gong_w13 {
    padding-top: 124px;
  }

  .gong_w21 .gong_w212 .gong_w2121 .bd ul li {
    width: 265px;
  }

  .gong_w2 {
    height: 786px;
  }

  .gong_w3 {
    height: 776px;
  }

  .gong_w31 {
    height: 504px;
  }

  .gong_w31 .hd ul li h3 {
    font-size: 16px;
  }

  .gong_w31 .bd {
    margin-top: 14px;
  }

  .gong_w31 .bd ul .w {
    height: 320px;
  }

  .gong_w31 .bd ul .w .wa {
    font-size: 14px;
    line-height: 30px;
    padding-top: 28px;
  }

  .gong_w31 .bd ul .w h3 {
    width: 150px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    display: none;
  }

  .gong_w31 .bd ul .w span {
    font-size: 80px;
    line-height: 60px;
  }

  .gong_w41 {
    height: 345px;
  }

  .gong_w4 {
    height: 620px;
  }

  .gong_w41 .gong_w411 h3 {
    font-size: 28px;
    line-height: 28px;
    padding-top: 10px;
    padding-top: 42px;
  }

  .gong_w41 .gong_w411 ul li {
    width: 28%;
    font-size: 14px;
    line-height: 30px;
    padding-right: 10%;
    transition: all ease 0.36s;
  }

  .gong_w41 .gong_w412 h3 {
    font-size: 26px;
    line-height: 26px;
    padding-top: 114px;
  }

  .gong_w41 .gong_w412 ul li {
    width: 42%;
    margin-top: 26px;
    font-size: 14px;
    line-height: 22px;
  }

  .gong_w31 .bd ul .w .wa p {
    background: url(../images/t68_03.png) 0 10px no-repeat;
  }

}



.contact_lxx {
  display: inline-block;
  width: 100%;
  margin-bottom: 70px;
}

.contact-us-container {

  *zoom: 1;
  margin-bottom: 70px;
}

.contact-us-container .map-container {
  display: block;
  width: calc(100% - 520px);
  height: 791px;
  float: left;
}

.contact-us-container .company-list {
  display: inline-block;
  width: 480px;
  float: right;
}

.contact-us-container .company-list .company-item {
  padding: 10px;
  display: block;
  cursor: pointer;
  font-size: 14px;
  color: #5c5c5c;
  line-height: 24px;
}

.contact-us-container .company-list .company-name {
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}

.contact-us-container .company-list .company-item {
  width: 448px;
  height: 116px;
  position: relative;
  border: 1px solid #dfdfdf;
  padding: 15px 0 0 29px;
  float: left;
  margin: -1px 0 0 -1px;
}

.case-list-body {
  padding: 20px 0;
  background-color: #fff;
  padding-left: 16px;
  color: #ed3737;
}

.contact-us-container .company-list .company-tel {
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 30px;
  height: 20px;
  background: url(../images/lxmdicon05.png) no-repeat left center;
  line-height: 20px;
}

.contact-us-container .company-list .company-add {
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 30px;
  height: 20px;
  background: url(../images/lxmdicon07.png) no-repeat left center;
  line-height: 20px;
}

.contact-us-container .company-list .company-item .weixin {
  width: 84px;
  height: 84px;
  position: absolute;
  right: 16px;
  top: 23px;
  text-align: center;
}

.contact-us-container .company-list .company-item .weixin img {
  width: 78px;
  height: 78px;
  margin-top: 3px;
}

@media (max-width: 1660px) {
  .designer_main .body li dl {
    margin-bottom: 25px;
  }
}








.pop-reserve {
  width: 350px;
  z-index: 201;
  margin-left: -175px;
  margin-top: -178px;
  background-color: #fff;
  color: #222;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 999999;
}

.pop-reserve form {
  padding: 40px;
  display: block;
}

.pop-reserve .d_tit {
  text-align: center;
  font-size: 22px;
  margin-bottom: 22px;
  line-height: 30px;
  display: block
}

.pop-reserve .d_lis {
  position: relative;
  margin-bottom: 20px;
  height: 30px;
}

.pop-reserve .d_lis .mr10 {
  width: 60px;
  display: block;
  float: left;
  margin-right: 8px;
  line-height: 30px;
}

.pop-reserve .d_lis input {
  outline: 0;
  float: left;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e0e0e0;
  background: 0 0;
  color: #333;
  box-sizing: border-box;
  text-indent: 15px;
  width: 202px
}

.pop-reserve .d_lis .dl_r {
  margin-left: 20px
}

.pop-reserve .d_lis em {
  position: absolute;
  right: 10px;
  top: 0
}

.pop-reserve .icon_close {
  position: absolute;
  background: url(../images/dig-close.png) top right no-repeat;
  width: 40px;
  height: 40px;
  top: -20px;
  left: 50%;
  cursor: pointer;
  margin-left: -20px;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s
}

.pop-reserve .icon_close:hover {
  transform: rotate(180deg)
}

.pop-reserve .btn_db {
  height: 45px;
  line-height: 45px;
  display: block;
  background: #b60005;
  color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  outline: 0;
  border: none;
}

.pop-reserve .btn_db:hover {
  background: #d9050b
}

.pop-reserve .d_lis .n-top {
  position: absolute;
  left: 60px;
  top: 6px;
}</pre></body></html>